hulab / ClusterKit

An iOS map clustering framework targeting MapKit, Google Maps and Mapbox.
MIT License
512 stars 86 forks source link

Can not get annotationView by annotation #44

Closed Qingcan closed 6 years ago

Qingcan commented 6 years ago

in mapbox: I can not get annotationView when use: guard let annotationView = mapView.view(for: annotation) else {return}

which can get before use Clusterkit

Qingcan commented 6 years ago

got that by use as? CKCluster