LocationSourcePropertiesKeys Class

Location::additionalSourceProperties."> LocationSourcePropertiesKeys Class | ArcGISQtCpp
  • LocationSourcePropertiesKeys
  • class Esri::ArcGISRuntime::LocationSourcePropertiesKeys

    A collection of well-known constant strings for keys in Location::additionalSourceProperties. More...

    Header: #include <LocationSourcePropertiesKeys>
    Since: Esri::ArcGISRuntime 100.14

    Static Public Members

    QString floor()
    QString floorLevelId()
    QString positionSource()
    QString satelliteCount()
    QString transmitterCount()

    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, since Esri.ArcGISRuntime 200.1] QString LocationSourcePropertiesKeys::floorLevelId()

    Returns the well known key "floorLevelId"

    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 function was introduced in Esri.ArcGISRuntime 200.1.

    [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.

    [static, since Esri.ArcGISRuntime 200.1] QString LocationSourcePropertiesKeys::transmitterCount()

    Returns the well known key "transmitterCount"

    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 function was introduced in Esri.ArcGISRuntime 200.1.

    Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.