Thursday, September 29, 2011

Re: [android-developers] Re: I have a map and it is necessary to put more than 1,000 objects.

On Thu, Sep 29, 2011 at 6:46 PM, lbendlin <lutz@bendlin.us> wrote:
> you can do that but that's not really necessary. The map API already does
> that for you (figure out which overlay items are visible and render them).
> Your issue may be elsewhere in the code.

I've seen enough reports on this that I think ItemizedOverlay is
simply overwhelmed when there are more than a few hundred points. This
is not to say that there are no other possible issues, but 1000 points
in an ItemizedOverlay probably will be a problem regardless.

--
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy

Android Training in NYC: http://marakana.com/training/android/

--
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+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

No comments:

Post a Comment