MKMapViewDelegate.DidSelectAnnotationView(MKMapView, MKAnnotationView) 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.
Indicates that the specified MKAnnotationView has been selected.
[Foundation.Export("mapView:didSelectAnnotationView:")]
public virtual void DidSelectAnnotationView (MapKit.MKMapView mapView, MapKit.MKAnnotationView view);
abstract member DidSelectAnnotationView : MapKit.MKMapView * MapKit.MKAnnotationView -> unit
override this.DidSelectAnnotationView : MapKit.MKMapView * MapKit.MKAnnotationView -> unit
Parameters
- mapView
- MKMapView
- view
- MKAnnotationView
- Attributes