Search code examples
androidgoogle-mapsmarkers

Getting the markers count on Google Maps


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)?


Solution

  • 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.