On Sat, Jul 10, 2010 at 11:19 PM, Michael <[email protected]> wrote:
> I'm unable to clear my overlays without error. > This is not much to go on. How are you clearing the items? > Is there any way I can effectively remove these markers? > Of course there is, but if you don't show what you're doing, it's hard to say. > I think it will help resolve a concurrentmodificationexception. > This implies you're trying to manipulate the list of overlays from different threads at the same time. Don't do that. ------------------------------------------------------------------------------------------------- TreKing - Chicago transit tracking app for Android-powered devices http://sites.google.com/site/rezmobileapps/treking -- 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

