次の方法で共有


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
属性

適用対象