Hi Frank, - The delay happens when loading from the d to the overlay i.e. the while loop I wrote you up. And i've tried to load them from an array instead of a db but makes no difference.
- You are right, I'm very new to android programming and I confused overlay item with overlay. - In fact i use just one overlay. I wanted to show my location in another overlay, but as TreKing pointed me using MyLocationOverlay does the job o.k. - Now i'm trying to do what TreKing suggested me, that is just showing the overlays in the view area, but i found a problem finding when this view area changes because of panning or zoom. I'm googling it but no luck, hope TreKing teach me how to do it ;) BTW, i'm spanish and sometimes making myself understood is a bit hard :) Thx both of you for your help On 28 oct, 00:55, Frank Weiss <[email protected]> wrote: > > - I´m loading about 400 overlays in a mapview, but it takes 2-3 > > minutes. Is there any way to speed things up? > > Where is this time, loading from the DB to the overlay or when you pan the > map? > > > - On the other hand, I use another overlay to point device gps > > position, but when location point change i need to delete this overlay > > to put it again in it's new position. How can i delete this overlay > > without deleting all the others? > > > Well, that confused me, your use of "overlay" instead of "overlay item". > > Don't you use one overlay for the gps and a second one for the points? -- 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

