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

XR_GEOSPATIAL_TRACKER_STATE_STOPPED_ANDROID

The Geospatial Tracker is not running.

XR_GEOSPATIAL_TRACKER_STATE_RUNNING_ANDROID

The Geospatial tracker is running and usable.

XR_GEOSPATIAL_TRACKER_STATE_INITIALIZATION_FAILED_ANDROID

The Geospatial Tracker failed to initialize, and will never be usable.

See Also

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 2014-2026 The Khronos Group Inc.