Share via


MKMapViewDelegate.DidSelectAnnotation(MKMapView, IMKAnnotation) Method

Definition

[Foundation.Export("mapView:didSelectAnnotation:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void DidSelectAnnotation(MapKit.MKMapView mapView, MapKit.IMKAnnotation annotation);
[<Foundation.Export("mapView:didSelectAnnotation:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member DidSelectAnnotation : MapKit.MKMapView * MapKit.IMKAnnotation -> unit
override this.DidSelectAnnotation : MapKit.MKMapView * MapKit.IMKAnnotation -> unit

Parameters

mapView
MKMapView
annotation
IMKAnnotation

Implements

Attributes

Applies to