MKMapSnapshotter.Start Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- queue
- DispatchQueue
- completionHandler
- MKMapSnapshotCompletionHandler
- Attributes