C Specification
The xrCheckVpsAvailabilityAsyncANDROID function is defined as:
// Provided by XR_ANDROID_geospatial
XrResult xrCheckVpsAvailabilityAsyncANDROID(
XrSession session,
double latitude,
double longitude,
XrFutureEXT* future);
Parameters
Description
Visual Positioning Service (VPS) availability indicates whether VPS can be used to improve geospatial accuracy at a given location.
The xrCheckVpsAvailabilityAsyncANDROID function begins an asynchronous
check for VPS availability at a given location.
The application does not need an XrGeospatialTrackerANDROID to call
this function, and can use the result of this operation to decide whether
to create one.
If the application has not obtained the required permissions, the runtime
must return XR_ERROR_PERMISSION_INSUFFICIENT.
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
Copyright 2014-2026 The Khronos Group Inc.
This work is licensed under a Creative Commons Attribution 4.0 International License.