MKMapSnapshotter.Start 方法

定义

重载

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

参数

completionHandler
MKMapSnapshotCompletionHandler
属性

适用于

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

参数

completionHandler
MKMapSnapshotCompletionHandler
属性

适用于