---
title: isLoading
framework: mapkit
role: symbol
role_heading: Instance Property
path: mapkit/mkmapsnapshotter/isloading
---

# isLoading

A Boolean value that indicates whether the snapshotter is generating an image.

## Declaration

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

## See Also

### Generating a snapshot

- [start(completionHandler:)](mapkit/mkmapsnapshotter/start(completionhandler:).md)
- [start(with:completionHandler:)](mapkit/mkmapsnapshotter/start(with:completionhandler:).md)
- [MKMapSnapshotter.CompletionHandler](mapkit/mkmapsnapshotter/completionhandler.md)
- [cancel()](mapkit/mkmapsnapshotter/cancel().md)
