<!--
{
  "availability" : [
    "iOS: 5.0.0 - 26.0.0",
    "iPadOS: 5.0.0 - 26.0.0",
    "macCatalyst: 13.1.0 - 26.0.0",
    "macOS: 10.8.0 - 26.0.0",
    "tvOS: 9.0.0 - 26.0.0",
    "visionOS: 1.0.0 - 26.0.0",
    "watchOS: 2.0.0 - 26.0.0"
  ],
  "documentType" : "symbol",
  "framework" : "CoreLocation",
  "identifier" : "/documentation/CoreLocation/CLGeocoder/isGeocoding",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "Core Location"
    ],
    "preciseIdentifier" : "c:objc(cs)CLGeocoder(py)geocoding"
  },
  "title" : "isGeocoding"
}
-->

# isGeocoding

A Boolean value indicating whether the receiver is in the middle of geocoding its value.

```
var isGeocoding: Bool { get }
```

## Discussion

This property contains the value <doc://com.apple.documentation/documentation/Swift/true> if the process is ongoing or <doc://com.apple.documentation/documentation/Swift/false> if the process is done or has not yet been initiated.

---

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)