google-maps-clustering
google-maps-clustering copied to clipboard
Fast marker clustering library for Google Maps Android API.
Hi! Thank you for your work! In app I work on I need to change icon of marker after clicked on it (make it bigger) . Now it's logic sealed...
JCenter is shutting down: https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter/ Since JCenter is shutting down, please consider publishing your SDK to Maven Central Thanks.
Hello. In my app when I click a cluster it opens dialog fragment with list of items. Then when I click item it opens another fragment. And when I pop...
Fix the following error when screen rotate while quad tree is building: ``` java.util.ConcurrentModificationException at java.util.ArrayList$Itr.next(ArrayList.java:831) at net.sharewire.googlemapsclustering.ClusterManager$QuadTreeTask.doInBackground(ClusterManager.java:241) at net.sharewire.googlemapsclustering.ClusterManager$QuadTreeTask.doInBackground(ClusterManager.java:227) ```
This adds the ability for the `ClusterItems` to be anchored at a specified position of the cluster
I couldn't see where this has been reported, perhaps it's expected behavior but anyhow...subject line pretty much says it all but here's a visual reference http://cld.wthms.co/DSxKuP
I founded this issue on Android version 4. I think its cause is I had to render all 100k pin on the map at the same time. But I want...
Good morning. Thank you for creating a useful library first. I'm currently using custom cluster markers. When the map is zoomed in or out, the cluster markers change to existing...