I'm migrating an app developed with google maps api for android v1 to v2. Drawing the map and disable the map to show a route so I disable the touch and zoom to prevent vision loss by myMapView.setClickable (false). I'm trying to do for the v2 but there is no similar method.
I have watched events like setOnCameraChangeListener but without results.
thank you very much