1.0.0-vr-8.5.31

修改近景切换
添加自动开启定位开关
修改桥模型

在Application 中 MapParams.init().setAutoLocation(false)关闭自动定位
mapAutoView.getMapAutoViewHelper()?.setNearViewAnglePosition(LonLatPoint(112.57392375608,26.830652231402))切换近视角
This commit is contained in:
董宏宇
2021-05-26 21:37:06 +08:00
parent c2930daf4a
commit 10c79861b3

View File

@@ -67,7 +67,7 @@ dependencies {
implementation project(':foudations:mogo-commons')
}
implementation 'com.zhidaoauto.machine:map:1.0.0-vr-8.5.29'
implementation 'com.zhidaoauto.machine:map:1.0.0-vr-8.5.31'
// implementation 'com.zhidaoauto.machine:map:1.0.0-vr-test-3.4'
}