CCHMapClusterController
CCHMapClusterController copied to clipboard
High-performance map clustering with MapKit for iOS and OS X. Integrate with 4 lines of code.
When I click on a particular cluster then not getting a exact annotation count that I showed over label In swift 3.I am showing this label over image in swift...
Good afternoon, I'm currently building an app for my family and I'm concerned about a bug when zooming the map. As you can see in this video: https://www.youtube.com/watch?v=vjbB0sEtHSQ, on the...
I am using `MKMapTypeHybridFlyover` and am getting my annotations and clusters removed at randomly times leaving a blank map. I can reproduce this using the demo project. Demo video: https://youtu.be/y0JfE8FiuXE...
…of map view to calculate length This caused the cell size sometimes to be 0 due to a race condition when converting coordinates from the map view to its super...
Sometimes when changing the map view's center region, the update annotation sequence triggers (namely, in CCHMapClusterController's `mapView:regionDidChangeAnimated:`). This is due to the longitude delta check. Since calculating the zoom level...
Method for both removing and adding annotations in one go. Useful when integrating with CoreData.
As discussed in #119. I saw that `self.zoomLevel` is implemented via `CCHMapClusterControllerZoomLevelForRegion`, so I used that. Please advise as to what I need to change or improve upon. Thank you!...
Hello ! Thanks for the nice code, I checked several other repos on github and found this implementation most mature and well written. But still there are several things to...
Hello guys, I already used your lib in Apple map and it worked great! But the apple map has some a little bit issue (for my country the apple map...
Hello Claus, thanks for implementing this great library. What i have noticed is that when i select a cluster annotation and zoom the map the annotation is automatically deselected which...