次の方法で共有


MKMapSnapshotCompletionHandler 代理人

定義

の完了ハンドラー StartAsync(DispatchQueue)

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

パラメーター

snapshot
MKMapSnapshot

新しく作成された MKMapSnapshot

error
NSError

そうでない場合は null、要求でエラーが発生しました。

適用対象