diff --git a/docs/component/map.md b/docs/component/map.md index f6be66d6d61447fd55e88cbfbfb7af124ff5fe68..3e7fd224e67c34473d0f1f9ef22bc67c6a94cd62 100644 --- a/docs/component/map.md +++ b/docs/component/map.md @@ -20,6 +20,7 @@ |circles|Array||圆|| |controls|Array||控件|| |include-points|Array||缩放视野以包含所有给定的坐标点|App-nvue 2.1.5+、微信小程序、H5、百度小程序、支付宝小程序| +|enable-satellite|Boolean||是否开启卫星图|App-nvue 2.1.5+| |show-location|Boolean||显示带有方向的当前定位点|微信小程序、H5、百度小程序、支付宝小程序| |polygons|Array.``||多边形|App-nvue 2.1.5+、微信小程序、百度小程序、支付宝小程序| |@markertap|EventHandle||点击标记点时触发|App-nvue 2.3.3+, App平台需要指定 marker 对象属性 id|