On Mon, Nov 4, 2013 at 11:09 PM, raj <[email protected]> wrote: > Can someone provide me some ideas to tackle this? I do need to show all > markers
I'd be curious to know why you actually *need* to show 20-40 *thousand*markers. Can a person even distinguish that many markers and actually interact with them? Can you actually show that many in the limited screen space? You're on a mobile device with limited memory. You have to program to those limitations. Reduce the number of markers you're showing at a time. Or do something like ListView does with it's items - keep a limited list of actual markers that are visible and in use and swap them out as the user moves around. ------------------------------------------------------------------------------------------------- TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago transit tracking app for Android-powered devices -- 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 --- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

