MKMapViewDelegate_Extensions.GetViewForAnnotation Method
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.
Returns the MKAnnotationView associated with the annotation
.
public static MapKit.MKAnnotationView GetViewForAnnotation (this MapKit.IMKMapViewDelegate This, MapKit.MKMapView mapView, MapKit.IMKAnnotation annotation);
static member GetViewForAnnotation : MapKit.IMKMapViewDelegate * MapKit.MKMapView * MapKit.IMKAnnotation -> MapKit.MKAnnotationView
Parameters
- This
- IMKMapViewDelegate
The instance on which this extension method operates.
- mapView
- MKMapView
- annotation
- IMKAnnotation