A collection of well-known constant strings for keys in Location::additionalSourceProperties. More...
|  Header |  #include <Location | 
|  Since |  Esri | 
This class was introduced in Esri::ArcGISRuntime 100.14.
Static Public Members
| QString | floor() | 
| QString | position | 
| QString | satellite | 
Detailed Description
Member Function Documentation
[static] QString LocationSourcePropertiesKeys::floor()    
Returns the well known key "floor"
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.
[static] QString LocationSourcePropertiesKeys::positionSource ()    
Returns the well known key "positionSource"
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.
[static] QString LocationSourcePropertiesKeys::satelliteCount ()    
Returns the well known key "satelliteCount"
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.