Freigeben über


MKMapViewAnnotation Delegat

Definition

Signatur, die verwendet wird, um eine Ansicht aus einer Anmerkung zurückzugeben.

public delegate MapKit.MKAnnotationView MKMapViewAnnotation(MKMapView mapView, IMKAnnotation annotation);
type MKMapViewAnnotation = delegate of MKMapView * IMKAnnotation -> MKAnnotationView

Parameter

mapView
MKMapView
annotation
IMKAnnotation

Rückgabewert

Gilt für:

Weitere Informationen