<!--
{
  "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/MKLookAroundBadgePosition",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "MapKit"
    ],
    "preciseIdentifier" : "c:@E@MKLookAroundBadgePosition"
  },
  "title" : "MKLookAroundBadgePosition"
}
-->

# MKLookAroundBadgePosition

Constants that control the position of badges on LookAround views.

```
enum MKLookAroundBadgePosition
```

## Topics

### Badge positions

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

The value that indicates the bottom-right badge position.

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

The value that indicates the top-left badge position.

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

The value that indicates the top-right badge position.

### Initializers

[`init?(rawValue: Int)`](/documentation/MapKit/MKLookAroundBadgePosition/init(rawValue:))

## Relationships

### Conforms To

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

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

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

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

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

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

---

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)