---
title: geoTrackingNotAvailableAtLocation
framework: arkit
role: symbol
role_heading: Type Property
path: arkit/arerror/geotrackingnotavailableatlocation
---

# geoTrackingNotAvailableAtLocation

An error that indicates a location lacks geotracking support.

## Declaration

```swift
static var geoTrackingNotAvailableAtLocation: ARError.Code { get }
```

## Discussion

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

- [ARError.Code](arkit/arerror/code.md)
- [requestFailed](arkit/arerror/requestfailed.md)
- [cameraUnauthorized](arkit/arerror/cameraunauthorized.md)
- [fileIOFailed](arkit/arerror/fileiofailed.md)
- [insufficientFeatures](arkit/arerror/insufficientfeatures.md)
- [invalidCollaborationData](arkit/arerror/invalidcollaborationdata.md)
- [invalidConfiguration](arkit/arerror/invalidconfiguration.md)
- [invalidReferenceImage](arkit/arerror/invalidreferenceimage.md)
- [invalidReferenceObject](arkit/arerror/invalidreferenceobject.md)
- [invalidWorldMap](arkit/arerror/invalidworldmap.md)
- [microphoneUnauthorized](arkit/arerror/microphoneunauthorized.md)
- [objectMergeFailed](arkit/arerror/objectmergefailed.md)
- [sensorFailed](arkit/arerror/sensorfailed.md)
- [sensorUnavailable](arkit/arerror/sensorunavailable.md)
- [unsupportedConfiguration](arkit/arerror/unsupportedconfiguration.md)
