<!--
{
  "availability" : [
    "MapKit JS: 5.79.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "MapKitJS",
  "identifier" : "/documentation/MapKitJS/LookAroundBadgePosition",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "MapKit JS"
    ],
    "preciseIdentifier" : "enum/mapkit.LookAroundBadgePosition"
  },
  "title" : "LookAroundBadgePosition"
}
-->

# LookAroundBadgePosition

Values that control the positions of a badge on a Look Around preview.

```
const LookAroundBadgePosition: Readonly<{
    readonly TopLeading: "topLeading";
    readonly TopTrailing: "topTrailing";
    readonly BottomTrailing: "bottomTrailing";
}>
type LookAroundBadgePosition =
    (typeof LookAroundBadgePosition)[keyof typeof LookAroundBadgePosition];
```

## Topics

### Badge positions

[`readonly BottomTrailing: "bottomTrailing";`](/documentation/MapKitJS/LookAroundBadgePosition/BottomTrailing)

Places the badge on the bottom trailing corner of the Look Around preview.

[`readonly TopLeading: "topLeading";`](/documentation/MapKitJS/LookAroundBadgePosition/TopLeading)

Places the badge on the top leading corner of the Look Around preview.

[`readonly TopTrailing: "topTrailing";`](/documentation/MapKitJS/LookAroundBadgePosition/TopTrailing)

Places the badge on the top trailing corner of the Look Around preview.



---

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)