MKMapSnapshotCompletionHandler 委托

定义

StartAsync(DispatchQueue)完成处理程序。

public delegate void MKMapSnapshotCompletionHandler(MKMapSnapshot snapshot, NSError error);
type MKMapSnapshotCompletionHandler = delegate of MKMapSnapshot * NSError -> unit

参数

snapshot
MKMapSnapshot

新建的 MKMapSnapshot

error
NSError

如果不是 null,则请求出错。

适用于