<!--
{
  "availability" : [
    "iOS: 18.0.0 -",
    "iPadOS: 18.0.0 -",
    "macCatalyst: -",
    "macOS: 15.0.0 -",
    "visionOS: 2.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "MapKit",
  "identifier" : "/documentation/MapKit/MapItemDetailSelectionAccessoryStyle/CalloutStyle",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "MapKit",
      "SwiftUI"
    ],
    "preciseIdentifier" : "s:15_MapKit_SwiftUI0A33ItemDetailSelectionAccessoryStyleV07CalloutI0V"
  },
  "title" : "MapItemDetailSelectionAccessoryStyle.CalloutStyle"
}
-->

# MapItemDetailSelectionAccessoryStyle.CalloutStyle

The style to use for callout content.

```
struct CalloutStyle
```

## Overview

Use the [`full`](/documentation/MapKit/MapItemDetailSelectionAccessoryStyle/CalloutStyle/full) style works for map views on iPadOS and macOS. Use sheet presentation to display full detail place information on iOS.

## Topics

### Type Properties

[`static var automatic: MapItemDetailSelectionAccessoryStyle.CalloutStyle`](/documentation/MapKit/MapItemDetailSelectionAccessoryStyle/CalloutStyle/automatic)

A value that allows the framework to choose an appropriate callout style automatically.

[`static var compact: MapItemDetailSelectionAccessoryStyle.CalloutStyle`](/documentation/MapKit/MapItemDetailSelectionAccessoryStyle/CalloutStyle/compact)

A compact, space-saving callout style.

[`static var full: MapItemDetailSelectionAccessoryStyle.CalloutStyle`](/documentation/MapKit/MapItemDetailSelectionAccessoryStyle/CalloutStyle/full)

A rich, detailed callout style that is suitable for large map views.

---

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)