M. Usman Khan
M. Usman Khan

Reputation: 4448

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

Upvotes: 2

Views: 2353

Answers (1)

Sajith
Sajith

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

Related Questions