Android Map disable 3D mode
Asked Answered
A

2

6

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?

Amiamiable answered 2/12, 2014 at 13:32 Comment(0)
T
10

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

mMap.getUiSettings().setTiltGesturesEnabled(false);
Taxidermy answered 3/12, 2014 at 5:6 Comment(0)
P
4

Add this as well:

GoogleMap.setBuildingsEnabled(false)

This will disable 3d buildings on your map to reduce GPU strain.

Pau answered 21/6, 2016 at 14:45 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.