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

# init(scene:options:)

Create a new snapshotter object with the scene and options you specify.

## Declaration

```swift
init(scene: MKLookAroundScene, options: MKLookAroundSnapshotter.Options)
```

## Parameters

- `scene`: The doc://com.apple.mapkit/documentation/MapKit/MKLookAroundScene to use as the source for the snapshot.
- `options`: The available doc://com.apple.mapkit/documentation/MapKit/MKLookAroundSnapshotter/Options.
