Class IndoorPositioningDefinition
Stores the information needed to create an IndoorsLocationDataSource.
Inheritance
Namespace: Esri.ArcGISRuntime.Location
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class IndoorPositioningDefinition : ILoadable, INotifyPropertyChanged
Remarks
For a map to be IPS-enabled, one of the following must be true
:
- A reference to an indoor positioning data service is defined in the web map properties.
- It contains an "ips_positioning" feature table.
If it's not loaded when the IndoorsLocationDataSource starts, IndoorPositioningDefinition will perform loading during the starting phase, which can lead to a significant delay before IndoorsLocationDataSource is started. To prevent such a delay, manually load IndoorPositioningDefinition before starting IndoorsLocationDataSource.
Properties
Name | Description |
---|---|
DataOrigin | Gets the origin of the data that is used for indoor positioning. |
IsBluetoothCapable | Gets a value indicating whether the map includes data for Bluetooth-based indoor positioning, |
IsWiFiCapable | Gets a value indicating whether the map includes data for WiFi-based indoor positioning, |
LoadError | Gets the System.Exception associated with the last load error. |
LoadStatus | Gets the load status. |
PositioningTableInfo | Gets the information about data in the "ips_positioning" feature table used for indoor positioning. |
ServiceGeodatabaseUri | Gets the URL to the feature service that stores data used for indoor positioning. |
Methods
Name | Description |
---|---|
CancelLoad() | Cancel loading metadata for the object. |
LoadAsync() | Load the metadata for the object asynchronously. |
RetryLoadAsync() | Loads or retries loading metadata for the object asynchronously. |
Events
Name | Description |
---|---|
Loaded | Event that is raised when the object is done loading. |
LoadStatusChanged | Event that is raised when the LoadStatus property changes. |
PropertyChanged |
Applies to
Target | Versions |
---|---|
.NET Standard 2.0 | 200.4 - 200.5 |
.NET | 200.4 - 200.5 |
.NET Windows | 200.4 - 200.5 |
.NET Android | 200.4 - 200.5 |
.NET iOS | 200.4 - 200.5 |
.NET Framework | 200.4 - 200.5 |
UWP | 200.4 - 200.5 |