修复首次进入VR模式效果会先从2D过度的问题
This commit is contained in:
@@ -353,6 +353,9 @@ public class AMapViewWrapper implements IMogoMapView,
|
||||
setUIMode(ui);
|
||||
break;
|
||||
case Type_VR:
|
||||
if (DebugConfig.getCarMachineType() == DebugConfig.CAR_MACHINE_TYPE_LENOVO) {
|
||||
mMapView.getMapAutoViewHelper().setScaleVRMode(true);
|
||||
}
|
||||
mMapView.getMapAutoViewHelper().setMapStyle(MapAutoApi.MAP_STYLE_VR);
|
||||
return;
|
||||
case Type_Light:
|
||||
|
||||
Reference in New Issue
Block a user