I am using ClusterManager to group the markers in android application.
I want to get list of markers and use
mClusterManager.getMarkerCollection().getMarkers();
This method returns no markers when we zoom out.and returns markers only when zoom in to show all markers.is there any way to get all markers ?
Try this: