On Thu, Feb 4, 2010 at 10:34 PM, aspekt9 <[email protected]> wrote:

> Any idea why this would occur? I'm running into issues with it
> affecting other things like removal of items.
>

Because this is the way it works. You get onTap for each item in the
overlay. If you return true from this function, the tap event continues to
propagate to other items in the overlay and eventually to any other overlays
in general. If you return false the function will stop being called.

What do you mean it's effecting removal of items? If you explain what you're
trying to do I or someone else could help you work through it.

-------------------------------------------------------------------------------------------------
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

Reply via email to