Partager via


MKMapSnapshotter.Start Méthode

Définition

Surcharges

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

Paramètres

completionHandler
MKMapSnapshotCompletionHandler
Attributs

S’applique à

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

Paramètres

completionHandler
MKMapSnapshotCompletionHandler
Attributs

S’applique à