From 317b2cb062ffa3d291f0ad1c61a008aebd72ad74 Mon Sep 17 00:00:00 2001 From: zhongchao Date: Thu, 29 Apr 2021 11:22:51 +0800 Subject: [PATCH] add note --- libraries/map-custom/map-version-update | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 libraries/map-custom/map-version-update diff --git a/libraries/map-custom/map-version-update b/libraries/map-custom/map-version-update new file mode 100644 index 0000000000..caec9d93ee --- /dev/null +++ b/libraries/map-custom/map-version-update @@ -0,0 +1,14 @@ +group:com.zhidaoauto.machine:map:1.0.0-vr- + +version note: +8.5.15 +增加限速接口: +MapDataApi.getLimitSpeed(lon: Double,lat: Double,angle: Float) + +8.5.16 +增加远中近视角切换接口: +mapAutoView.getMapAutoViewHelper()?.setMapViewVisualAngle(type) +type 0=近景 1=中景 2=远景 + +视角切换监听事件 +mapAutoView.setOnMapViewVisualAngleChangeListener \ No newline at end of file