Hi,
Using Google Maps on Android does anyone have any ideas on how to load only markers that would be displayed on the current screen?
I'm thinking about sending a request to a web service that returns the lat/lng for the relevant markers. But what would the parameters be that I could use to calculate if a given lat/lng is within the screen?
What would be perfect would be something like Gowalla's implementation:
http://gowalla.com/api/explorer#/spots?lat=30.2697&lng=-97.7494&radius=50
Any ideas?
Mike