Recently I worked on an android project in which I managed to add markers to a MapView and cluster those markers if they were too close to each other. Now I have to do the same using the new MapFragment - Google Maps Android API v2.
The markers now are succesfully added to the map, but I can't manage to make the clustering part and I can't find any usuable description about this topic. Do you know a way to implement this using the new API?
Any help would be much appreciated.