How to cluster annotations in MapKit in iOS 11
Issue #181
1 | final class AnnotationView: MKMarkerAnnotationView { |
1 | final class ClusterView: MKAnnotationView { |
1 | mapView.register(ClusterView.self, forAnnotationViewWithReuseIdentifier: String(describing: ClusterView.self)) |