---
title: isSearching
framework: mapkit
role: symbol
role_heading: Instance Property
path: mapkit/mklocalsearch/issearching
---

# isSearching

A Boolean value that indicates whether the search is in progress.

## Declaration

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

## Discussion

Discussion The search object sets the value of this property to true when you initiate a search. It remains in that state until the search object delivers search results (or an appropriate error), at which time the search object sets the value of the property to false.

## See Also

### Performing the search

- [start(completionHandler:)](mapkit/mklocalsearch/start(completionhandler:).md)
- [MKLocalSearch.CompletionHandler](mapkit/mklocalsearch/completionhandler.md)
- [cancel()](mapkit/mklocalsearch/cancel().md)
