Property DataOrigin
DataOrigin
Gets the origin of the data that is used for indoor positioning.
Declaration
public IndoorPositioningDataOrigin DataOrigin { get; }
Property Value
Type | Description |
---|---|
IndoorPositioningDataOrigin | Origin of the data that is used for indoor positioning. |
Remarks
- Equal to Geodatabase if the data required for indoor positioning is stored locally. This this the case if the Map is stored in a MobileMapPackage that does not reference online content.
- Equal to ServiceGeodatabase if the data required for indoor positioning is stored with the feature service. This is the case if the Map is a web map or comes from a MobileMapPackage that references online content.
- Equal to PositioningTable if the data required for indoor positioning is stored inside the positioning table.
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 200.5 |
.NET | 200.5 |
.NET Windows | 200.5 |
.NET Android | 200.5 |
.NET iOS | 200.5 |
.NET Framework | 200.5 |
UWP | 200.5 |