---
title: "callout(_:)"
framework: mapkit
role: symbol
role_heading: Type Method
path: "mapkit/mkselectionaccessory/mapitemdetailpresentationstyle/callout(_:)"
---

# callout(_:)

Show map item detail as an annotation callout on the map

## Declaration

```swift
static func callout(_ style: MKSelectionAccessory.MapItemDetailPresentationStyle.CalloutStyle = .automatic) -> MKSelectionAccessory.MapItemDetailPresentationStyle
```

## Parameters

- `style`: The callout style to use.

## See Also

### Creating a presentation style

- [automatic(presentationViewController:)](mapkit/mkselectionaccessory/mapitemdetailpresentationstyle/automatic(presentationviewcontroller:)-648ee.md)
- [automatic(presentationViewController:)](mapkit/mkselectionaccessory/mapitemdetailpresentationstyle/automatic(presentationviewcontroller:)-9t9vt.md)
- [callout](mapkit/mkselectionaccessory/mapitemdetailpresentationstyle/callout.md)
- [openInMaps](mapkit/mkselectionaccessory/mapitemdetailpresentationstyle/openinmaps.md)
- [sheet(presentedFrom:)](mapkit/mkselectionaccessory/mapitemdetailpresentationstyle/sheet(presentedfrom:).md)
