From 10c79861b31241e724e9f921860853d0c26dccc9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=91=A3=E5=AE=8F=E5=AE=87?= Date: Wed, 26 May 2021 21:37:06 +0800 Subject: [PATCH] =?UTF-8?q?1.0.0-vr-8.5.31=20=E4=BF=AE=E6=94=B9=E8=BF=91?= =?UTF-8?q?=E6=99=AF=E5=88=87=E6=8D=A2=20=E6=B7=BB=E5=8A=A0=E8=87=AA?= =?UTF-8?q?=E5=8A=A8=E5=BC=80=E5=90=AF=E5=AE=9A=E4=BD=8D=E5=BC=80=E5=85=B3?= =?UTF-8?q?=20=E4=BF=AE=E6=94=B9=E6=A1=A5=E6=A8=A1=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 在Application 中 MapParams.init().setAutoLocation(false)关闭自动定位 mapAutoView.getMapAutoViewHelper()?.setNearViewAnglePosition(LonLatPoint(112.57392375608,26.830652231402))切换近视角 --- libraries/map-custom/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/map-custom/build.gradle b/libraries/map-custom/build.gradle index d91b1cb832..bea3924d3d 100644 --- a/libraries/map-custom/build.gradle +++ b/libraries/map-custom/build.gradle @@ -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' }