---
title: MKLookAroundSceneRequest
framework: mapkit
role: symbol
role_heading: Class
path: mapkit/mklookaroundscenerequest
---

# MKLookAroundSceneRequest

A class you use to request a LookAround scene at the location you specify.

## Declaration

```swift
class MKLookAroundSceneRequest
```

## Topics

### Creating a LookAround scene

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

### Specifying the request’s location

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

### Starting and stopping scene requests

- [cancel()](mapkit/mklookaroundscenerequest/cancel().md)
- [getSceneWithCompletionHandler(_:)](mapkit/mklookaroundscenerequest/getscenewithcompletionhandler(_:).md)

### Monitoring the progress of scene requests

- [isCancelled](mapkit/mklookaroundscenerequest/iscancelled.md)
- [isLoading](mapkit/mklookaroundscenerequest/isloading.md)

## Relationships

### Inherits From

- [NSObject](objectivec/nsobject-swift.class.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)

## See Also

### Exploring at street level

- [MKLookAroundScene](mapkit/mklookaroundscene.md)
- [MKLookAroundViewController](mapkit/mklookaroundviewcontroller.md)
- [MKLookAroundSnapshotter](mapkit/mklookaroundsnapshotter.md)
