<!--
{
  "availability" : [
    "iOS: 16.0.0 -",
    "iPadOS: 16.0.0 -",
    "macCatalyst: 16.0.0 -",
    "macOS: 13.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "MapKit",
  "identifier" : "/documentation/MapKit/MKLookAroundViewController",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "MapKit"
    ],
    "preciseIdentifier" : "c:objc(cs)MKLookAroundViewController"
  },
  "title" : "MKLookAroundViewController"
}
-->

# MKLookAroundViewController

A class that manages the presentation and display of a LookAround view.

```
class MKLookAroundViewController
```

## Topics

### Creating a LookAround controller

[`-  initWithCoder:`](/documentation/MapKit/MKLookAroundViewController/init(coder:))

Creates a new LookAround view controller object from a coder object provided by a storyboard or nib file.

[`-  initWithNibName:bundle:`](/documentation/MapKit/MKLookAroundViewController/init(nibName:bundle:))

Creates a new LookAround view controller from the specified nib and bundle.

[`-  initWithScene:`](/documentation/MapKit/MKLookAroundViewController/init(scene:))

Creates a new LookAround view controller with the specified scene.

### Customizing the LookAround display

[`navigationEnabled`](/documentation/MapKit/MKLookAroundViewController/isNavigationEnabled)

A Boolean value that indicates whether the map’s navigation controls are visible.

[`pointOfInterestFilter`](/documentation/MapKit/MKLookAroundViewController/pointOfInterestFilter)

The filter used to determine the points of interest shown on the map.

[`showsRoadLabels`](/documentation/MapKit/MKLookAroundViewController/showsRoadLabels)

A Boolean value that indicates whether the map display road labels.

[`badgePosition`](/documentation/MapKit/MKLookAroundViewController/badgePosition)

A value that indicates the badge’s position on the LookAround view.

[`MKLookAroundBadgePosition`](/documentation/MapKit/MKLookAroundBadgePosition)

Constants that control the position of badges on LookAround views.

### Interacting with the controller

[`delegate`](/documentation/MapKit/MKLookAroundViewController/delegate)

An object you provide to receive events related to the user’s interaction with the LookAround view controller.

[`MKLookAroundViewControllerDelegate`](/documentation/MapKit/MKLookAroundViewControllerDelegate)

Methods you implement to respond to changes in the LookAround view controller.

### Accessing the scene

[`scene`](/documentation/MapKit/MKLookAroundViewController/scene)

The LookAround scene.

## Relationships

### Conforms To

[`NSExtensionRequestHandling`](/documentation/Foundation/NSExtensionRequestHandling)

[`NSSeguePerforming`](/documentation/AppKit/NSSeguePerforming)

[`UIUserActivityRestoring`](/documentation/UIKit/UIUserActivityRestoring)

[`NSUserInterfaceItemIdentification`](/documentation/AppKit/NSUserInterfaceItemIdentification)

[`UIStateRestoring`](/documentation/UIKit/UIStateRestoring)

[`UITraitEnvironment`](/documentation/UIKit/UITraitEnvironment)

[`CVarArg`](/documentation/Swift/CVarArg)

[`NSEditor`](/documentation/AppKit/NSEditor)

[`UIActivityItemsConfigurationProviding`](/documentation/UIKit/UIActivityItemsConfigurationProviding)

[`UIResponderStandardEditActions`](/documentation/UIKit/UIResponderStandardEditActions)

[`Hashable`](/documentation/Swift/Hashable)

[`UIAppearanceContainer`](/documentation/UIKit/UIAppearanceContainer)

[`NSObjectProtocol`](/documentation/ObjectiveC/NSObjectProtocol)

[`CustomStringConvertible`](/documentation/Swift/CustomStringConvertible)

[`UIPasteConfigurationSupporting`](/documentation/UIKit/UIPasteConfigurationSupporting)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`Equatable`](/documentation/Swift/Equatable)

[`NSUserActivityRestoring`](/documentation/AppKit/NSUserActivityRestoring)

[`UIContentContainer`](/documentation/UIKit/UIContentContainer)

[`Sendable`](/documentation/Swift/Sendable)

[`UITraitChangeObservable-67e94`](/documentation/UIKit/UITraitChangeObservable-67e94)

[`CustomDebugStringConvertible`](/documentation/Swift/CustomDebugStringConvertible)

[`NSSecureCoding`](/documentation/Foundation/NSSecureCoding)

[`NSStandardKeyBindingResponding`](/documentation/AppKit/NSStandardKeyBindingResponding)

[`NSCoding`](/documentation/Foundation/NSCoding)

[`UIFocusEnvironment`](/documentation/UIKit/UIFocusEnvironment)

[`NSTouchBarProvider`](/documentation/AppKit/NSTouchBarProvider)

### Inherits From

[`UIViewController`](/documentation/UIKit/UIViewController)

[`NSViewController`](/documentation/AppKit/NSViewController)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)