| | |
Constant | Description | Used by the functions |
---|
geoKilometer | Returns the distance in kilometers. | geoDistance |
geoMap2D | The location is displayed on a two-dimensional map in the device's native maps application | geoRunApp |
geoMeter | Returns the distance in meters. | geoDistance |
geoMile | Returns the distance in miles. | geoDistance |
geoTrackingDisabled | Tracking system status: The location tracking system is disabled. | geoTrackingStatus |
geoTrackingEnabled | Tracking system status: The location tracking system is enabled. | geoTrackingStatus |
geoTrackingError | Tracking system status: Error while retrieving the system activation status. To get more details on the error, use ErrorInfo. | geoTrackingStatus |
geoView360 | The location is displayed as an image with a 360° view in the device's native maps application. | geoRunApp |
gpsAltitude | The localization provider gives information about the altitude. | GPSInitParameter, GPSInfo |
gpsAuto | Automatically defines the localization provider. | GPSInitParameter |
gpsAvailable | The localization provider has become available. | GPSStatus |
gpsDirection | The localization provider gives information about the direction. | GPSInitParameter, GPSInfo |
gpsDisabled | The localization provider is disabled. | GPSStatus |
gpsEnabled | The localization provider is enabled. | GPSStatus |
gpsEnergy | Asks for information about the energy consumption of the localization provider. | GPSInfo |
gpsEnergyHigh | The localization provider may require a high quantity of energy from the device. | GPSInitParameter, GPSInfo |
gpsEnergyLow | The localization provider must require a low quantity of energy from the device. | GPSInitParameter, GPSInfo |
gpsEnergyMedium | The localization provider may require a medium quantity of energy from the device. | GPSInitParameter, GPSInfo |
gpsError | An error occurred while retrieving the status of the localization provider. | GPSStatus |
gpsErrorOK | No error was detected. | GPSGetPosition, GPSFollowMovement |
gpsErrorPosition | Unable to determine the location (e.g., access provider internal error). | GPSGetPosition, GPSFollowMovement |
gpsErrorRights | The browser has no sufficient rights to use geolocation. | GPSGetPosition, GPSFollowMovement |
gpsErrorTimeout | The location could not be retrieved within the timeout. | GPSGetPosition, GPSFollowMovement |
gpsNetwork | Calculates the position by using the network of mobile or Wi-Fi antenna. | GPSInitParameter, GPSInfo |
gpsOffService | The localization provider is off service. | GPSStatus |
gpsPrecision | Asks for information about the precision of the measurements of the localization provider. | GPSInfo |
gpsPrecisionHigh | Calculates the position with a high precision. | GPSInitParameter, GPSInfo |
gpsPrecisionLow | Calculates the position with a low precision. | GPSInitParameter, GPSInfo |
gpsSatellite | Calculates the position by using the GPS. | GPSInitParameter, GPSInfo |
gpsSpeed | The localization provider gives information about the speed. | GPSInitParameter, GPSInfo |
gpsType | Asks for information about the type of localization provider. | GPSInfo |
gpsUnavailable | The localization provider has become temporarily unavailable. | GPSStatus |