---
title: "init(options:)"
framework: mapkit
role: symbol
role_heading: Initializer
path: "mapkit/mkmapsnapshotter/init(options:)"
---

# init(options:)

Creates and returns a snapshotter object based on the specified options.

## Declaration

```swift
init(options: MKMapSnapshotter.Options)
```

## Parameters

- `options`: The options to use when capturing the map imagery. See doc://com.apple.mapkit/documentation/MapKit/MKMapSnapshotter/Options. This parameter may not be nil.

## Return Value

Return Value An initialized snapshotter object.

## See Also

### Creating a snapshotter object

- [MKMapSnapshotter.Options](mapkit/mkmapsnapshotter/options.md)
