Collection of Indoors enumerations. More...
Header | #include <Indoors |
Types
(since Esri enum class | Beacon |
(since Esri enum class | Indoor |
Detailed Description
Type Documentation
[since Esri::ArcGISRuntime 200.6]
enum class BeaconScannerStatus
The list of possible BeaconScanner statuses.
This is used to determine the status of a BeaconScanner.
The BeaconScannerStatus can be one of:
Constant | Value | Description |
---|---|---|
Beacon | 0 | The beacon scanner is stopped. |
Beacon | 1 | The beacon scanner is starting. |
Beacon | 2 | The beacon scanner has started. |
Beacon | 3 | The beacon scanner is stopping. |
Beacon | 4 | The beacon scanner has failed to start. |
This enum was introduced in Esri::ArcGISRuntime 200.6.
[since Esri::ArcGISRuntime 200.5]
enum class IndoorPositioningDataOrigin
An enumeration of the various sources of data used in an IndoorPositioningDefinition.
The IndoorPositioningDataOrigin can be one of:
Constant | Value | Description |
---|---|---|
Indoor | 0 | Data stored in a mobile geodatabase. |
Indoor | 1 | Data stored in an "ips |
Indoor | 2 | Data stored in a feature service. |
This enum was introduced in Esri::ArcGISRuntime 200.5.