From ee96365954b211e5c9b341da98bbf32be3f1dab7 Mon Sep 17 00:00:00 2001 From: handongxun Date: Thu, 5 Mar 2020 21:06:48 +0800 Subject: [PATCH] docs: update --- docs/component/map.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/component/map.md b/docs/component/map.md index f6be66d6d..3e7fd224e 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| -- GitLab