I am using the Google Map Android clustering Utitlity With Google Maps v2 play services.
I am not getting the behavior I expected. As you can see in the two images
For someone who is struggling to do the same.. in your custom renderer override these two function as below @Override protected int getBucket(Cluster cluster) { return cluster.getSize(); }
@Override protected String getClusterText(int bucket) { return String.valueOf(bucket); }