2019-03-22a few seconds read (About 31 words)How to select cluster annotation in MapKitIssue #182 123456789func mapView(_ mapView: MKMapView, didSelect view: MKAnnotationView) { guard let coordinate = view.annotation?.coordinate else { return } if (view.annotation is MKClusterAnnotation) { zoomInDouble(coordinate: coordinate) }}#iOSmaps