Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android Map disable 3D mode

I want to disable 3d view. I can't find anything but only disable building.

This is what i don't want.

This is what i don't want (3D view)

And this is what i want.

And this is what i want

Is this even possible?

like image 276
Krit Avatar asked Aug 31 '26 20:08

Krit


1 Answers

The tilt gesture is in the UI Settings for the map.

mMap.getUiSettings().setTiltGesturesEnabled(false);
like image 73
danny117 Avatar answered Sep 03 '26 11:09

danny117