MKMapViewAnnotation Delegate

Definition

Signature used to return a view from an annotation.

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

Parameters

mapView
MKMapView
annotation
IMKAnnotation

Return Value

Applies to

See also