<IndoorsTypes.h> - Indoors Enums

Collection of Indoors enumerations. More...

Header: #include <IndoorsTypes.h>

Types

enum class BeaconScannerStatus { Stopped, Starting, Started, Stopping, FailedToStart }
enum class IndoorPositioningDataOrigin { Geodatabase, PositioningTable, ServiceGeodatabase }

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:

ConstantValueDescription
BeaconScannerStatus::Stopped0The beacon scanner is stopped.
BeaconScannerStatus::Starting1The beacon scanner is starting.
BeaconScannerStatus::Started2The beacon scanner has started.
BeaconScannerStatus::Stopping3The beacon scanner is stopping.
BeaconScannerStatus::FailedToStart4The beacon scanner has failed to start.

This enum was introduced or modified 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:

ConstantValueDescription
IndoorPositioningDataOrigin::Geodatabase0Data stored in a mobile geodatabase.
IndoorPositioningDataOrigin::PositioningTable1Data stored in an "ips_positioning" feature table.
IndoorPositioningDataOrigin::ServiceGeodatabase2Data stored in a feature service.

This enum was introduced or modified in Esri::ArcGISRuntime 200.5.

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

You can no longer sign into this site. Go to your ArcGIS portal or the ArcGIS Location Platform dashboard to perform management tasks.

Your ArcGIS portal

Create, manage, and access API keys and OAuth 2.0 developer credentials, hosted layers, and data services.

Your ArcGIS Location Platform dashboard

Manage billing, monitor service usage, and access additional resources.

Learn more about these changes in the What's new in Esri Developers June 2024 blog post.

Close