<!--
{
  "availability" : [
    "iOS: 13.2.0 -",
    "iPadOS: 13.2.0 -",
    "macCatalyst: 13.2.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "MapKit",
  "identifier" : "/documentation/MapKit/MKMapItem/openInMaps(launchOptions:from:completionHandler:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "MapKit"
    ],
    "preciseIdentifier" : "c:objc(cs)MKMapItem(im)openInMapsWithLaunchOptions:fromScene:completionHandler:"
  },
  "title" : "openInMaps(launchOptions:from:completionHandler:)"
}
-->

# openInMaps(launchOptions:from:completionHandler:)

Opens the Maps app from a particular scene using the specified options.

```
func openInMaps(launchOptions: [String : Any]? = nil, from scene: UIScene?, completionHandler completion: (@Sendable (Bool) -> Void)? = nil)
```

## Parameters

`launchOptions`

A dictionary of launch options to pass to the Maps app.

`scene`

The scene where the user interaction takes place.

`completion`

A completion block the system calls that indicates whether the request was successful.

---

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)