diff --git a/docs/api/location/map.md b/docs/api/location/map.md index c1e7667d..0e2e24f5 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|否|动画结束回调函数|