Reputation: 4448
Is there are function in GoogleMaps Android API which can give me the count of Markers drawn on the Map (not only the on-screen visible markers)?
Upvotes: 2
Views: 2353
Reputation: 771
No function for this in the GoogleMaps API. Add Map Extension to your android project then you can simply call the function getMarkers() to get the count of markers on the map.
Upvotes: 1