Compartir a través de


MKMapViewAnnotation Delegado

Definición

Firma usada para devolver una vista de una anotación.

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

Parámetros

mapView
MKMapView
annotation
IMKAnnotation

Valor devuelto

Se aplica a

Consulte también