Share via


MKMapViewAnnotation Delegate

Definition

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