Share via


MKMapItem.OpenInMapsAsync Method

Definition

Overloads

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

Applies to