Condividi tramite


MKMapSnapshotCompletionHandler Delegato

Definizione

Gestore di completamento per StartAsync(DispatchQueue).

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

Parametri

snapshot
MKMapSnapshot

Oggetto appena creato MKMapSnapshot

error
NSError

In caso contrario null, si è verificato un errore con la richiesta.

Si applica a