关闭adas日志

Signed-off-by: donghongyu <donghongyu@zhidaoauto.com>
This commit is contained in:
donghongyu
2022-02-15 19:57:11 +08:00
parent 0fc8034938
commit 6069bd7c2d
2 changed files with 5 additions and 2 deletions

View File

@@ -131,6 +131,9 @@ public class AMapViewWrapper implements IMogoMapView,
//设置手势是否可以缩放 isCanZoom true 可缩放 false 不可缩放
options.setZoomGesturesEnabled(true);
options.setScaleVRMode(true);
// if (options.getMyLocationStyle() != null) {
// options.getMyLocationStyle().setDisplayAnimEnable(false);
// }
// 设置自车的图片对象
//options.setMyLocationStyle(options.getMyLocationStyle().myLocationIcon(DEFAULT_OPTION.getCarCursorRes()));
}