I have to place different markers on a GoogleMap from the Google Maps Android v2 API. The problem is that multiple markers are set to the same position (lat/lng), so the use
if you are getting only the newest marker then you need to cluster all the markers
> private ClusterManager mClusterManager;
after affffding your items
mClusterManager.addItem("your item"); mClusterManager.cluster();