I need to detect/disable pinch to zoom, and this method seems to work:
http://stackoverflow.com/questions/4626028/how-to-disable-pinch-in-android-mapview

I found out that as soon as you use:

    mapView.setBuiltInZoomControls(true);

onTouch(View v, MotionEvent event) is only called once, the first time
you touch the map.

Do you think it's a MapView bug?

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