Are you calling MapView.setOnTouchListener()?

Have you tried extending MapView and overriding onTouchEvent()?

--
Jack Ha
Open Source Development Center
・T・ ・ ・Mobile・ stick together

The views, opinions and statements in this email are those of
the author solely in their individual capacity, and do not
necessarily represent those of T-Mobile USA, Inc.


On Aug 12, 11:11 pm, ron <ronaldy...@gmail.com> wrote:
> Hi,
>
> I have created an Overlay on a MapView and I want that when the "edit"
> mode is on, I can drag stuff on the Overlay but the underlying google
> map will not receive those touch events. How can I do that?
> I tried to create a custom view and override functions like
> dispatchTouchEvent when is in "edit" mode but that will also block
> touch events from going to the Overlay also.. how events are
> dispatched in Android?
>
> thanks.
> Ron
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, send email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
android-beginners-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to