A collection of well-known constant strings for keys in Location::additionalSourceProperties. More...
Import Statement: | import Esri.ArcGISRuntime 100.15 |
Since: | Esri.ArcGISRuntime 100.14 |
Inherits: |
Properties
- floor : string
- positionSource : string
- satelliteCount : string
Detailed Description
Note: You cannot declare or create a component of this type in QML code.
Property Documentation
Returns the well known key "floor" (read-only).
This key can be used to indicate the floor number of a Location when in a building where the ground floor is 0
. This key should be associated with an integer value in Location::additionalSourceProperties. Negative numbers indicate floors below ground level.
Returns the well known key "positionSource" (read-only).
This key can be used to indicate the position source of a Location: GNSS, AppleIPS, BLE, WIFI, CELL, IP. GNSS indicates global navigation satellite system and AppleIPS is Apple’s indoor positioning technology. It is possible to have multiple position sources. In that case positionSource is a list with comma-separated values.
This key should be associated with a string value in Location::additionalSourceProperties.
Returns the well known key "satelliteCount" (read-only).
This key can be used to indicate the number of satellites used to fix a Location. This key should be associated with an integer value in Location::additionalSourceProperties.