LocationSourcePropertiesKeys QML Type

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:

Object

Properties

Detailed Description

Note: You cannot declare or create a component of this type in QML code.

Property Documentation

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.


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.


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.


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