Contents

mapView(_:didDeselect:)

Tells the delegate when the user deselects one or more annotations.

Declaration

optional func mapView(_ mapView: MKMapView, didDeselect annotation: any MKAnnotation)

Parameters

  • mapView:

    The map view containing the annotation view.

  • annotation:

    The deselected annotation view.

See Also

Selecting annotations and annotations views