LocationSourcePropertiesKeys QML Type
A collection of well-known constant strings for keys in Location::additionalSourceProperties. More...
Import Statement: | import Esri.ArcGISRuntime |
Since: | Esri.ArcGISRuntime 100.14 |
Inherits: |
- List of all members, including inherited members
- LocationSourcePropertiesKeys is part of QML Type List.
Properties
- floor : string
- floorLevelId : string
- positionSource : string
- satelliteCount : string
- transmitterCount : string
Detailed Description
Note: You cannot declare or create a component of this type in QML code.
Property Documentation
[read-only] floor : string |
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.
[read-only, since Esri.ArcGISRuntime 200.1] floorLevelId : string |
Returns the well known key "floorLevelId" (read-only).
This key can be used to get unique ID of the feature stored in the levels ArcGISFeatureTable in accordance with the ArcGIS Indoors Information Model.
For more information about the levels table and ArcGIS Indoors Information Model see the ArcGIS Pro documentation.
This key should be associated with a string value in Location::additionalSourceProperties.
This property was introduced in Esri.ArcGISRuntime 200.1.
[read-only] positionSource : string |
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.
[read-only] satelliteCount : string |
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.
[read-only, since Esri.ArcGISRuntime 200.1] transmitterCount : string |
Returns the well known key "transmitterCount" (read-only).
This key can be used to indicate the number of transmitters used to create an indoor positioning system (IPS) position.
This key should be associated with an integer value.
This property was introduced in Esri.ArcGISRuntime 200.1.