Enum ARLocationTrackingMode
Controls how the locations generated from the location data source are used during AR tracking.
Namespace: Esri.ArcGISRuntime.ARToolkit
Assembly: Esri.ArcGISRuntime.ARToolkit.dll
Syntax
public enum ARLocationTrackingMode
Fields
Name | Description |
---|---|
Continuous | Use all locations from the location data source. |
Ignore | Ignore all location data source locations. |
Initial | Use only the initial location from the location data source and ignore all subsequent locations. |