共用方式為


MKMapSnapshotCompletionHandler 代理人

定義

StartAsync(DispatchQueue) 完成處理常式。

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

參數

snapshot
MKMapSnapshot

新建立的 MKMapSnapshot

error
NSError

如果不是 null ,則要求發生錯誤。

適用於