[android-developers] MapView draw Overlays

2010-02-14 Thread Stefan
Hello, i have a problem with my mapView. my app reads some gps points out of a file and i want to draw a route (drawing lines between the gps point). If my file contains many gps points, my app works really slow. i think its working slow, because i draw all overlays. now i want to check, whether

Re: [android-developers] MapView draw Overlays

2010-02-14 Thread TreKing
On Sun, Feb 14, 2010 at 1:00 PM, Stefan ebay-dah...@web.de wrote: so i have to get the mapCenter and Lat/lon span (getLatitudeSpan,..) !? Yes. how and where must i save my points and how can i check all my points (after my mapCenter has changed for example). Shall I save my points in a