Contents

geoTrackingNotAvailableAtLocation

An error that indicates a location lacks geotracking support.

Declaration

static var geoTrackingNotAvailableAtLocation: ARError.Code { get }

Discussion

This error code indicates that ARKit does not have the necessary localization imagery to support geo tracking at the user’s current location. See checkAvailability(completionHandler:) for more information.

If checkAvailability(completionHandler:) returns true and an app begins geo-tracking session, ARKit provides this state reason when the user has moved to an unsupported area.

See Also

Identifying an error cause