---
title: ARError.Code.geoTrackingNotAvailableAtLocation
framework: arkit
role: symbol
role_heading: Case
path: arkit/arerror/code/geotrackingnotavailableatlocation
---

# ARError.Code.geoTrackingNotAvailableAtLocation

An error that indicates a location lacks geotracking support.

## Declaration

```swift
case geoTrackingNotAvailableAtLocation
```

## 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

### Errors

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