Efficient Map Overlays in and drawing Lines on Android Google Map...
Posted
by Ahsan
on Stack Overflow
See other posts from Stack Overflow
or by Ahsan
Published on 2010-05-17T10:16:54Z
Indexed on
2010/05/17
10:20 UTC
Read the original article
Hit count: 463
Hi Friends,
I want to do the following and am kind of stuck on these for a few days....
1) I have used helloItemizedOverlay to add about 150 markers and it gets very very slow.....any idea what to do ? I was thinking about threads....(handler) ...
2) I was trying to draw poly lines ( I have encoded polylines, but have managed to decoded those) that move when I move the map.....
3) I was looking for some sort of a timer class that executes, say, every 1 minute or so....
4) I was also looking for ways to clear the Google map from all the markers/lines etc....
Thanks a lot... :)
- ahsan
© Stack Overflow or respective owner