My question may not be clear. In Flash, I can create an object, then say myObject.addEventListener (some_event, mycallback).
So from my map activity, I want to say myOverlay.addEventListener(onTouch, myCallback). Or again, can I just capture the onTouch in the map activity, and get the latitude, longitude that way? thanks On Nov 23, 3:04 pm, TreKing <[email protected]> wrote: > On Fri, Nov 19, 2010 at 10:48 PM, dmodroid <[email protected]> wrote: > > I feel like there should be a myItemizedOverly.setOnTouchListener (blah, > > myCallback); in myMapActivity. > > What's stopping you from adding this to your custom overlay? > > ------------------------------------------------------------------------------------------------- > 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

