다음을 통해 공유


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
특성

적용 대상