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

# LookAroundPreviewOptions

Options for initializing a LookAroundPreview object.

```
interface LookAroundPreviewOptions extends CommonLookAroundOptions
```

## Topics

### Possible 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.

### Controlling the badge position

[`badgePosition?: LookAroundBadgePosition;`](/documentation/MapKitJS/LookAroundPreviewOptions/badgePosition)

A value you set to specific the position of a badge on the Look Around preview.

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

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

## Relationships

### Inherits From

[`CommonLookAroundOptions`](/documentation/MapKitJS/CommonLookAroundOptions)

---

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)