Changes

Location Manager

1,586 bytes added, 12:06, 1 June 2015
/* Possible Positioning Modes */
== Possible Positioning Modes ==
There are three different modes available for the Location Manager. The names and defined behaviors are:
 
 
{| class="wikitable sortable"
|-
! style="width:150px" | Mode !! style="width:100px" | GPS !! Network Cell Location !! Dead Reckoning !! style="width:100px" | LLA !! WiFi Fingerprint !! Routing data
|-
| OUTDOOR_MODE || class="centeredCell" | {{bullet_full}} ||class="centeredCell" | {{bullet_full}} ||class="centeredCell" | {{bullet_full}} ||class="centeredCell" | {{bullet_full}} || class="centeredCell" | {{bullet_empty}}|| class="centeredCell" | {{bullet_empty}}
|-
| INDOOR_MODE || class="centeredCell" | {{bullet_full}} || class="centeredCell" | {{bullet_full}} || class="centeredCell" | {{bullet_full}} || class="centeredCell" | {{bullet_empty}} || class="centeredCell" | {{bullet_full}} || class="centeredCell" | {{bullet_full}}
|-
| LLA_ONLY_MODE || class="centeredCell" | {{bullet_empty}}|| class="centeredCell" | {{bullet_empty}}|| class="centeredCell" | {{bullet_empty}}|| class="centeredCell" | {{bullet_full}} || class="centeredCell" | {{bullet_empty}}|| class="centeredCell" | {{bullet_empty}}
|}
{{Item/TableRow|{{{1}}}|indexCell|{{#ifeq:{{{2|}}}|y|{{bullet_full}}|{{#ifeq:{{{2|}}}|n|-|{{#ifeq:{{{2|}}}|o|{{bullet_empty}}|{{#ifeq:{{{2|}}}|s|{{bullet_halffull}}|-}}}}}}}}|centeredCell|{{#ifeq:{{{3|}}}|y|{{bullet_full}}|{{#ifeq:{{{3|}}}|n|-|{{#ifeq:{{{3|}}}|o|{{bullet_empty}}|{{#ifeq:{{{3|}}}|s|{{bullet_halffull}}|-}}}}}}}}|centeredCell|{{#ifeq:{{{4|}}}|y|{{bullet_full}}|{{#ifeq:{{{4|}}}|n|-|{{#ifeq:{{{4|}}}|o|{{bullet_empty}}|{{#ifeq:{{{4|}}}|s|{{bullet_halffull}}|-}}}}}}}}|centeredCell|{{#if:{{{5|}}}|{{{5}}}| }}|}}
 
 
* OUTDOOR_MODE: combines GPS, network cell location, dead reckoning and LLA marker tracking.
* INDOOR_MODE: combines WiFi fingerprinting (based on the measured fingerprint of the building), GPS, network cell location, dead reckoning and the routing data of the building.
* LLA_ONLY_MODE: allows the user to locate the device only by scanning LLA markers.
 
[[Category:Android|Location Manager]]
== UI Representation ==
10,686
edits