From b025cced6c6d731af4fd75777aa5a7a215148c7d Mon Sep 17 00:00:00 2001 From: HRK <119110706+18148764734@users.noreply.github.com> Date: Tue, 5 Mar 2024 20:19:37 +0800 Subject: [PATCH] =?UTF-8?q?Update=EF=BC=9Asynchronize=20the=20rotate=20att?= =?UTF-8?q?ribute=20of=20the=20map=20component=20in=20the=20WeChat=20mini?= =?UTF-8?q?=20program?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/component/map.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/component/map.md b/docs/component/map.md index 62e4c28b2..bc371e94d 100644 --- a/docs/component/map.md +++ b/docs/component/map.md @@ -40,6 +40,7 @@ |enable-zoom|Boolean|true|是否支持缩放|App-nvue 2.1.5+、微信小程序2.3.0| |enable-scroll|Boolean|true|是否支持拖动|App-nvue 2.1.5+、微信小程序2.3.0| |enable-rotate|Boolean|false|是否支持旋转|App-nvue 2.1.5+、微信小程序2.3.0| +|rotate|Number|0|旋转角度(范围0-360)地图正北和设备 y 轴角度的夹角|微信小程序2.5.0| |enable-overlooking|Boolean|false|是否开启俯视|App-nvue 2.1.5+、微信小程序2.3.0| |enable-satellite|Boolean|false|是否开启卫星图|App-nvue 2.1.5+、微信小程序2.7.0| |enable-traffic|Boolean|false|是否开启实时路况|App-nvue 2.1.5+、微信小程序2.7.0| -- GitLab