Exactly. You need to pass the neLatitude, neLongitude, swLatitude, swLongitude as query parameters to your back end web service, which then returns only POIs whose latitude and longitude fall within those bounds, like this Javascript Google Map does:
http://myhome.bankofamerica.com/?findmlo=94114#/findmlo/94105 Notice that it even handles panning and zooming. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

