Enumerates options for using locations generated from the location data source during AR tracking. The LocationTrackingMode can be one of:
Value | Description |
---|---|
LocationTrackingMode::Ignore (0) | Ignore all location data source locations. |
LocationTrackingMode::Initial (1) | Use only the initial location from the location data source and ignore all subsequent locations. |
LocationTrackingMode::Continuous (2) | Use continuous location updates from the location data source. |