MKMapItem.OpenInMapsAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| Name | Description |
|---|---|
| OpenInMapsAsync(NSDictionary) | |
| OpenInMapsAsync(NSDictionary, UIScene) |
OpenInMapsAsync(NSDictionary)
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual System.Threading.Tasks.Task<bool> OpenInMapsAsync(Foundation.NSDictionary? launchOptions);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member OpenInMapsAsync : Foundation.NSDictionary -> System.Threading.Tasks.Task<bool>
override this.OpenInMapsAsync : Foundation.NSDictionary -> System.Threading.Tasks.Task<bool>
Parameters
- launchOptions
- NSDictionary
Returns
- Attributes
Applies to
OpenInMapsAsync(NSDictionary, UIScene)
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual System.Threading.Tasks.Task OpenInMapsAsync(Foundation.NSDictionary? launchOptions, UIKit.UIScene? fromScene);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member OpenInMapsAsync : Foundation.NSDictionary * UIKit.UIScene -> System.Threading.Tasks.Task
override this.OpenInMapsAsync : Foundation.NSDictionary * UIKit.UIScene -> System.Threading.Tasks.Task
Parameters
- launchOptions
- NSDictionary
- fromScene
- UIScene
Returns
- Attributes