[2.13.2]优化地图视角相关状态处理

This commit is contained in:
renwj
2023-01-15 10:56:22 +08:00
parent ccb002b538
commit b9a59607b9

View File

@@ -896,7 +896,7 @@ public class AMapViewWrapper implements IMogoMapView,
case 7:
return MAP_STYLE_VR_ROMA;
default:
throw new IllegalStateException("mode is unCorrect");
return MODE_MEDIUM_SIGHT;
}
}