---
title: isGeocoding
framework: corelocation
role: symbol
role_heading: Instance Property
path: corelocation/clgeocoder/isgeocoding
---

# isGeocoding

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

## Declaration

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

## Discussion

Discussion This property contains the value true if the process is ongoing or false if the process is done or has not yet been initiated.

## See Also

### Managing geocoding requests

- [cancelGeocode()](corelocation/clgeocoder/cancelgeocode().md)
