We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80eefd7 commit b95967dCopy full SHA for b95967d
docs/api/location/map.md
@@ -81,8 +81,8 @@
81
|:-|:-|:-|:-|
82
|markerId|Number|是|指定 marker|
83
|destination|Object|是|指定 marker 移动到的目标点|
84
-|autoRotate|Boolean|是|移动过程中是否自动旋转 marker|
85
-|rotate|Number|是|marker 的旋转角度|
+|autoRotate|Boolean|否|移动过程中是否自动旋转 marker|
+|rotate|Number|否|marker 的旋转角度|
86
|moveWithRotate|Boolean|否|平移和旋转同时进行,默认值false(仅微信小程序2.13.0支持)|
87
|duration|Number|否|动画持续时长,默认值1000ms,平移与旋转分别计算|
88
|animationEnd|Function|否|动画结束回调函数|
0 commit comments