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?
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?
The tilt gesture is in the UI Settings for the map.
mMap.getUiSettings().setTiltGesturesEnabled(false);
Add this as well:
GoogleMap.setBuildingsEnabled(false)
This will disable 3d buildings on your map to reduce GPU strain.
© 2022 - 2024 — McMap. All rights reserved.