Android Map disable 3D mode
android, android-maps-v2
Solution
The tilt gesture is in the UI Settings for the map.
mMap.getUiSettings().setTiltGesturesEnabled(false);
Problem
I want to disable 3d view. I can't find anything but only disable building. This is what i don't want. And this is what i want. Is this even possible?