MKMapViewDelegate.DidDeselectAnnotationView 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 view
has been deselected.
[Foundation.Export("mapView:didDeselectAnnotationView:")]
public virtual void DidDeselectAnnotationView (MapKit.MKMapView mapView, MapKit.MKAnnotationView view);
abstract member DidDeselectAnnotationView : MapKit.MKMapView * MapKit.MKAnnotationView -> unit
override this.DidDeselectAnnotationView : MapKit.MKMapView * MapKit.MKAnnotationView -> unit
Parameters
- mapView
- MKMapView
- view
- MKAnnotationView
- Attributes