<!--
{
  "availability" : [
    "iOS: 18.0.0 -",
    "iPadOS: 18.0.0 -",
    "macOS: 15.0.0 -",
    "visionOS: 2.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SwiftUI",
  "identifier" : "/documentation/SwiftUI/View/mapItemDetailSheet(item:displaysMap:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "SwiftUI",
      "SwiftUI"
    ],
    "preciseIdentifier" : "s:7SwiftUI4ViewP08_MapKit_aB0E18mapItemDetailSheet4item08displaysD0QrAA7BindingVySo05MKMapG0CSgG_SbtF"
  },
  "title" : "mapItemDetailSheet(item:displaysMap:)"
}
-->

# mapItemDetailSheet(item:displaysMap:)

Presents a map item detail sheet.

```
@MainActor @preconcurrency func mapItemDetailSheet(item: Binding<MKMapItem?>, displaysMap: Bool = true) -> some View
```

## Parameters

`item`

When `item` is non-`nil`, a detail sheet is displayed for the
map item.

`displaysMap`

If an inline map should be displayed with the place data.
A value of `true` must be specified if the application UI is not
already showing the place in a map view.

---

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)