mapItemDetailSelectionAccessory(_:)
Specifies the selection accessory to display for the selected map item content.
Declaration
@MainActor @preconcurrency func mapItemDetailSelectionAccessory(_ style: MapItemDetailSelectionAccessoryStyle? = .automatic) -> some MapContent
Parameters
- style:
The map item detail selection accessory style. If
nil, no selection accessory appears.