From b95967d3f4a97e61d3fffb03bc9f418b2eb63205 Mon Sep 17 00:00:00 2001 From: Dcloud_UNI_yuhe Date: Fri, 23 Aug 2024 11:49:10 +0800 Subject: [PATCH] =?UTF-8?q?Update=20map.md=20=E4=BF=AE=E6=94=B9translateMa?= =?UTF-8?q?rker=E7=9B=B8=E5=85=B3=E6=96=87=E6=A1=A3=EF=BC=8C=E5=AF=B9?= =?UTF-8?q?=E5=BA=94=E4=BF=AE=E6=94=B9=EF=BC=9Ahttps://github.com/dcloudio?= =?UTF-8?q?/uni-app/pull/5097?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/api/location/map.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/api/location/map.md b/docs/api/location/map.md index c1e7667d2..0e2e24f53 100644 --- a/docs/api/location/map.md +++ b/docs/api/location/map.md @@ -81,8 +81,8 @@ |:-|:-|:-|:-| |markerId|Number|是|指定 marker| |destination|Object|是|指定 marker 移动到的目标点| -|autoRotate|Boolean|是|移动过程中是否自动旋转 marker| -|rotate|Number|是|marker 的旋转角度| +|autoRotate|Boolean|否|移动过程中是否自动旋转 marker| +|rotate|Number|否|marker 的旋转角度| |moveWithRotate|Boolean|否|平移和旋转同时进行,默认值false(仅微信小程序2.13.0支持)| |duration|Number|否|动画持续时长,默认值1000ms,平移与旋转分别计算| |animationEnd|Function|否|动画结束回调函数| -- GitLab