MKMapSnapshotter.Start Method

Definition

Overloads

Start(MKMapSnapshotCompletionHandler)
Start(DispatchQueue, MKMapSnapshotCompletionHandler)

Start(MKMapSnapshotCompletionHandler)

[Foundation.Export("startWithCompletionHandler:")]
public virtual void Start (MapKit.MKMapSnapshotCompletionHandler completionHandler);
abstract member Start : MapKit.MKMapSnapshotCompletionHandler -> unit
override this.Start : MapKit.MKMapSnapshotCompletionHandler -> unit

Parameters

completionHandler
MKMapSnapshotCompletionHandler
Attributes

Applies to

Start(DispatchQueue, MKMapSnapshotCompletionHandler)

[Foundation.Export("startWithQueue:completionHandler:")]
public virtual void Start (CoreFoundation.DispatchQueue queue, MapKit.MKMapSnapshotCompletionHandler completionHandler);
abstract member Start : CoreFoundation.DispatchQueue * MapKit.MKMapSnapshotCompletionHandler -> unit
override this.Start : CoreFoundation.DispatchQueue * MapKit.MKMapSnapshotCompletionHandler -> unit

Parameters

completionHandler
MKMapSnapshotCompletionHandler
Attributes

Applies to