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

# init(coordinate:)

Creates a LookAround scene at the specified coordinates.

## Declaration

```swift
init(coordinate: CLLocationCoordinate2D)
```

## Parameters

- `coordinate`: A doc://com.apple.documentation/documentation/CoreLocation/CLLocationCoordinate2D coordinate that indicates the location for the LookAround scene.

## See Also

### Creating a LookAround scene

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