MKMapViewDelegate.GetViewForAnnotation(MKMapView, IMKAnnotation) 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
.
[Foundation.Export("mapView:viewForAnnotation:")]
public virtual MapKit.MKAnnotationView GetViewForAnnotation (MapKit.MKMapView mapView, MapKit.IMKAnnotation annotation);
abstract member GetViewForAnnotation : MapKit.MKMapView * MapKit.IMKAnnotation -> MapKit.MKAnnotationView
override this.GetViewForAnnotation : MapKit.MKMapView * MapKit.IMKAnnotation -> MapKit.MKAnnotationView
Parameters
- mapView
- MKMapView
- annotation
- IMKAnnotation
Returns
- Attributes