Skip to content

Instantly share code, notes, and snippets.

@E3V3A
Last active August 29, 2015 14:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save E3V3A/9e80480bfd70dbc7cddb to your computer and use it in GitHub Desktop.
Save E3V3A/9e80480bfd70dbc7cddb to your computer and use it in GitHub Desktop.
MapViewPinColors
===============================================================================
BLUE (dot) = Your current location as determined by your GPS
BLUE (transparent) = The radial accuracy of your GPS location
GREEN|RED (connection) = Your currently connected BTS whose location is determined by the *DBe_imported* GPS position
and the detection status. This should always be RED if not GREEN status.
GREEN (small) = A BTS that is known to **DBe_import** where:
* ***rej_cause=0*** and
* A5/x **>=** A5/3 and
* `Samples: >3` and
* ***isGPSexact=1***
ORANGE (small) = A BTS that is known to **DBe_import** where:
* ***rej_cause=0*** and
* A5/x **>=** A5/3 and
* `Samples: <4` or
* ***isGPSexact=0***
RED (small) = A BTS that is known to **DBe_import** where:
* ***rej_cause>0*** or
* `Samples: [0,-1]` or
* A5/x **<** A5/3 or
* ***isGPSexact=0***
**or** that is new or unknown to **DBe_import** where:
* A5/x **<** A5/3
---------------------------------------------------------------------
# ToDo: Clearly define rej_cause...
# ORANGE = Detected/Current Neighboring Cells
# ORANGE (small) = Previously connected BTS or previous Neighboring Cells that are known
RED (transparent) = The maximum radial distance ...
---------------------------------------------------------------------
A more specific ***rej_cause*** can be used instead of *Samples, A5/x,* and *isGPSexact* criteria.
Optional Pin-features:
- **Number**: Shows the signal strength as measured by phone.
- **Letter**: GPS location status: "E" = *Exact* GPS, "A" = Sample *Averaged* lat/lon (from *DBe_import:gps_lat/lon*)
===============================================================================
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment