Google Maps Android - set too many markers
问题 My question is, What is the best way to set to many markers on google maps on android program? I have a sqlite database with longitude and latitude for every markers. For example add all markers 1km around the current location Get the range of longitude and latitude on moving map and display markers between that range How can i get the range of longitude and latitude? 回答1: Based on the comments from above you will need to do the following: 1) Use the Google Api maps reference for Android to