Contents

ARGeoTrackingStatus.StateReason.notAvailableAtLocation

The location doesn’t provide geotracking.

Declaration

case notAvailableAtLocation

Discussion

This reason indicates that ARKit does not have the necessary landscape data 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 a geo-tracking session, ARKit provides this state reason when the user has moved to an unsupported area.

See Also

Status Reasons