[android-developers] Bounding Geometry in Maps?

2009-11-13 Thread Chad
Is there a way to get the current bounding geometry or bounding box in a current map view? I am connecting to a large dataset and would like the ability to send a bounding box of the users current view to the server to retrieve only the points that are within the users view and maybe buffer a

Re: [android-developers] Bounding Geometry in Maps?

2009-11-13 Thread TreKing
The MapView class has a center point and latitude and longitude spans that you can use to compute the visible area. - TreKing - Chicago transit tracking app for Android-powered devices