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

# init(scene:)

Creates a new LookAround view controller with the specified scene.

## Declaration

```swift
init(scene: MKLookAroundScene)
```

## Parameters

- `scene`: A doc://com.apple.mapkit/documentation/MapKit/MKLookAroundScene.

## See Also

### Creating a LookAround controller

- [init(coder:)](mapkit/mklookaroundviewcontroller/init(coder:).md)
- [init(nibName:bundle:)](mapkit/mklookaroundviewcontroller/init(nibname:bundle:).md)
