---
title: "getSceneWithCompletionHandler(_:)"
framework: mapkit
role: symbol
role_heading: Instance Method
path: "mapkit/mklookaroundscenerequest/getscenewithcompletionhandler(_:)"
---

# getSceneWithCompletionHandler(_:)

Requests a LookAround scene and calls the specified completion handler.

## Declaration

```swift
func getSceneWithCompletionHandler(_ completionHandler: @escaping @MainActor @Sendable (MKLookAroundScene?, (any Error)?) -> Void)
```

```swift
var scene: MKLookAroundScene? { get async throws }
```

## Parameters

- `completionHandler`: A completion handler the framework calls when the scene request completes to indicate the success or failure of the request.

## See Also

### Starting and stopping scene requests

- [cancel()](mapkit/mklookaroundscenerequest/cancel().md)
