I've created a view that extends MapActivity called myMapActivity. I need to get the latitude and longitude when a user taps the map. I can capture it by creating an overlay which extends ItemizedOverlay, and overriding onTouchEvent(...).
But how do I bubble that up to the MapActivity view? I feel like there should be a myItemizedOverly.setOnTouchListener (blah, myCallback); in myMapActivity. OR, should I be capturing it directly in myMapActivity? If so, how? Thanks -- 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

