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

# PlaceSelectionAccessoryStyle

The set of styles for configuring how a place selection accessory appears.

```
const PlaceSelectionAccessoryStyle: Readonly<{
    readonly Automatic: "automatic";
    readonly Callout: "callout";
    readonly FullCallout: "fullCallout";
    readonly CompactCallout: "compactCallout";
    readonly OpenInMaps: "openInMaps";
}>
type PlaceSelectionAccessoryStyle =
    (typeof PlaceSelectionAccessoryStyle)[keyof typeof PlaceSelectionAccessoryStyle];
```

## Topics

### Style values

[`Automatic`](/documentation/MapKitJS/PlaceSelectionAccessoryStyle/Automatic)

A style that MapKit automatically chooses based on the size of the map view.

[`Callout`](/documentation/MapKitJS/PlaceSelectionAccessoryStyle/Callout)

A style that selects between a full and compact presentation based on the map’s size.

[`CompactCallout`](/documentation/MapKitJS/PlaceSelectionAccessoryStyle/CompactCallout)

A style that displays a compact, space-saving presentation.

[`FullCallout`](/documentation/MapKitJS/PlaceSelectionAccessoryStyle/FullCallout)

A style that displays a rich, detailed presentation.

[`OpenInMaps`](/documentation/MapKitJS/PlaceSelectionAccessoryStyle/OpenInMaps)

A style that displays a caption to open in Maps.



---

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)