다음을 통해 공유


MKMapSnapshotCompletionHandler 대리자

정의

에 대한 완료 처리기입니다 StartAsync(DispatchQueue).

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

매개 변수

snapshot
MKMapSnapshot

새로 만든 입니다. MKMapSnapshot

error
NSError

이 아닌 null경우 요청에 오류가 발생했습니다.

적용 대상