C Specification
The XrGeospatialTrackerStateANDROID enumeration is defined as:
// Provided by XR_ANDROID_geospatial
typedef enum XrGeospatialTrackerStateANDROID {
XR_GEOSPATIAL_TRACKER_STATE_STOPPED_ANDROID = 0,
XR_GEOSPATIAL_TRACKER_STATE_RUNNING_ANDROID = 1,
XR_GEOSPATIAL_TRACKER_STATE_INITIALIZATION_FAILED_ANDROID = 2,
XR_GEOSPATIAL_TRACKER_STATE_MAX_ENUM_ANDROID = 0x7FFFFFFF
} XrGeospatialTrackerStateANDROID;
Description
The XrGeospatialTrackerStateANDROID enumeration identifies the different states of a geospatial tracker.
The enumerants have the following values:
| Enum | Description |
|---|---|
|
The Geospatial Tracker is not running. |
|
The Geospatial tracker is running and usable. |
|
The Geospatial Tracker failed to initialize, and will never be usable. |
Document Notes
For more information, see the OpenXR Specification
This page is extracted from the OpenXR Specification. Fixes and changes should be made to the Specification, not directly.
Copyright
Copyright 2014-2026 The Khronos Group Inc.
This work is licensed under a Creative Commons Attribution 4.0 International License.