Share via


MKMapView.ViewForAnnotation(IMKAnnotation) Method

Definition

[Foundation.Export("viewForAnnotation:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual MapKit.MKAnnotationView? ViewForAnnotation(MapKit.IMKAnnotation annotation);
[<Foundation.Export("viewForAnnotation:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ViewForAnnotation : MapKit.IMKAnnotation -> MapKit.MKAnnotationView
override this.ViewForAnnotation : MapKit.IMKAnnotation -> MapKit.MKAnnotationView

Parameters

annotation
IMKAnnotation

Returns

Attributes

Applies to