<!--
{
  "availability" : [
    "iOS: 14.0.0 -",
    "iPadOS: 14.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "ARKit",
  "identifier" : "/documentation/ARKit/ARError/Code/geoTrackingNotAvailableAtLocation",
  "metadataVersion" : "0.1.0",
  "role" : "Case",
  "symbol" : {
    "kind" : "Case",
    "modules" : [
      "ARKit"
    ],
    "preciseIdentifier" : "c:@E@ARErrorCode@ARErrorCodeGeoTrackingNotAvailableAtLocation"
  },
  "title" : "ARError.Code.geoTrackingNotAvailableAtLocation"
}
-->

# ARError.Code.geoTrackingNotAvailableAtLocation

An error that indicates a location lacks geotracking support.

```
case geoTrackingNotAvailableAtLocation
```

## 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:)`](/documentation/ARKit/ARGeoTrackingConfiguration/checkAvailability(completionHandler:)) for more information.

If [`checkAvailability(completionHandler:)`](/documentation/ARKit/ARGeoTrackingConfiguration/checkAvailability(completionHandler:)) returns <doc://com.apple.documentation/documentation/Swift/true> and an app begins geo-tracking session, ARKit provides this state reason when the user has moved to an unsupported area.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)