2009/6/29 guinyard <guinyardli...@yahoo.com>

>
> I understand the notion of overlays and all, but what if I want to
> display thousands of points on a map?  The map becomes unresponsive
> after a few hundred OverlayItems are added.  What's the best approach
> for doing this?


If they are passive points, that don't accept user input you should be able
to draw an image.

If they are active points that do accept user input then you need to work
out what is seen on screen and what isn't and limit the number of points
shown in general

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to