[android-developers] Google Maps MapView bug?
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 android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home