---
title: "init(mapItem:)"
framework: mapkit
role: symbol
role_heading: Initializer
path: "mapkit/mklookaroundscenerequest/init(mapitem:)"
---

# init(mapItem:)

Creates a LookAround scene with the location described by the specified map item.

## Declaration

```swift
init(mapItem: MKMapItem)
```

## Parameters

- `mapItem`: An doc://com.apple.mapkit/documentation/MapKit/MKMapItem that describes the location for the LookAround scene.

## See Also

### Creating a LookAround scene

- [init(coordinate:)](mapkit/mklookaroundscenerequest/init(coordinate:).md)
