REMarkerClusterer
REMarkerClusterer copied to clipboard
REMarkerClusterer creates and manages per-zoom-level clusters for large amounts of markers.
Rotating the map deactivates the clusters. Rotate the map with two fingers, the clusters will disappear and all the annotations will appear without clusters. Tap on North to put the...
If you populate the map with lots of pins, which kinda is the point, the clusterize function isn't smart enough to only create annotations for the visible portion of the...
Dear developers! I want to know how to make custom pin. It doesn't work well. Thanks.
I've been trying to implement this in an app and running into errors, so I downloaded the example assuming it would show me my problem. Unfortunately the REMarkerClustererExample app throws...
I have got an error of index out of bounds when build with Xcode7. The crash is inside REMarkerClusterer class in method "mapView:mapView regionDidChangeAnimated:animated". Please help fixing this.
Hello, We're having problem with index out of bounds problem when built this lib with Xcode 7. I've fixed it and I would prefer it to have it updated in...
Added optional willClusterize: and didClusterize: methods to the REMarkerClusterDelegate protocol to allow applications to do things like save and restore the selected annotation when re-clustering occurs. Note: If the delegate...
Example: 3 pins on the map -> zoom out -> 1 pin on the map (works every single time) -> zoom in -> : - goes well (for a maximum...
Thanks for the control. Is there a way of adding a single marker that wont get clustered? So if I had a location and wanted to show restaurants around that...
Ignore all MKAnnotation objects that are not RECluster objects.