MKMapViewDelegate.DidSelectAnnotation(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.
[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