I\'m currently developing an app for Android which uses google map service. Because users will be able to see thousands of markers I would like to load only those which are curr
You could use getMapCenter and just add or subtract the latitude span or longitude span (divided by 2 of course) to find the bounds.