MKMapViewAnnotation Delegate
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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