问题
I am working on a project which is include Google map & routes. In this App 2 or more markers & routes between them. So how many markers i add on Google Map & how many way points?
I found the solution. Is there a limit on how many markers I can put on a google maps route?
But i want this information for Google Maps API V2.Is this information same as a Google map API V3? If some limited waypoints are provided by google then how to upgrade?
回答1:
Google has also provided Marker Clustering techniques [Google Clustering Technique for Marker on map][1]
[1]: https://developers.google.com/maps/documentation/android/utility/marker-clustering
Using this page, you can cluster markers in your application easily
来源:https://stackoverflow.com/questions/29181123/how-many-maximum-markers-add-in-google-map-in-android