标签: android android-maps-v2
我想禁用3d视图。我找不到任何东西,只能禁用建筑物。
这是我不想要的。
这就是我想要的。
这甚至可能吗?
答案 0 :(得分:6)
倾斜手势位于地图的UI设置中。
mMap.getUiSettings().setTiltGesturesEnabled(false);
答案 1 :(得分:2)
同样添加:
GoogleMap.setBuildingsEnabled(false)
这将禁用地图上的3D建筑物,以减少GPU的压力。