@vuemap/vue-amap
Version:
高德地图vue3版本封装
1 lines • 199 kB
JSON
{"el-amap/view-mode":{"type":"string","description":"地图视图模式, 默认为‘2D’,可选’3D’,选择‘3D’会显示 3D 地图效果。\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/amap.html#attributes)"},"el-amap/show-label":{"type":"boolean","description":"是否展示地图文字和 POI 信息。默认 true\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/amap.html#attributes)"},"el-amap/default-cursor":{"type":"string","description":"地图默认鼠标样式。参数defaultCursor应符合CSS的cursor属性规范。\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/amap.html#attributes)"},"el-amap/is-hotspot":{"type":"boolean","description":"是否开启地图热点和标注的 hover 效果。PC端默认是true, 移动端默认是 false。\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/amap.html#attributes)"},"el-amap/wall-color":{"type":"string|array","description":"地图楼块的侧面颜色,示例:'#ffffff' 或者 [255, 0, 0, 1]\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/amap.html#attributes)"},"el-amap/roof-color":{"type":"string|array","description":"地图楼块的顶面颜色,示例:'#ffffff' 或者 [255, 0, 0, 1]\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/amap.html#attributes)"},"el-amap/show-building-block":{"type":"boolean","description":"是否展示地图 3D 楼块,默认 true\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/amap.html#attributes)"},"el-amap/sky-color":{"type":"string|array","description":"天空颜色,3D 模式下带有俯仰角时会显示,示例:'#ffffff' 或者 [255, 0, 0, 1]\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/amap.html#attributes)"},"el-amap/web-g-l-params":{"type":"object","description":"额外配置的WebGL参数 eg: preserveDrawingBuffer。默认 {}\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/amap.html#attributes)"},"el-amap/touch-zoom":{"type":"boolean","description":"地图在移动终端上是否可通过多点触控缩放浏览地图,默认为true。关闭手势缩放地图,请设置为false。\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/amap.html#attributes)"},"el-amap/touch-zoom-center":{"type":"number","description":"可缺省,当touchZoomCenter=1的时候,手机端双指缩放的以地图中心为中心,否则默认以双指中间点为中心。默认:1\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/amap.html#attributes)"},"el-amap/center":{"type":"array","description":"初始中心经纬度\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/amap.html#attributes)"},"el-amap/zoom":{"type":"number","description":"地图显示的缩放级别,可以设置为浮点数;若center与level未赋值,地图初始化默认显示用户所在城市范围。\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/amap.html#attributes)"},"el-amap/zooms":{"type":"array","description":"图显示的缩放级别范围, 默认为 [2, 20] ,取值范围 [2 ~ 30]\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/amap.html#attributes)"},"el-amap/rotation":{"type":"number","description":"地图顺时针旋转角度,取值范围 [0-360] ,默认值:0\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/amap.html#attributes)"},"el-amap/pitch":{"type":"number","description":"俯仰角度,默认 0,最大值根据地图当前 zoom 级别不断增大,2D地图下无效 。\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/amap.html#attributes)"},"el-amap/features":{"type":"array","description":"设置地图上显示的元素种类, 支持'bg'(地图背景)、'point'(POI点)、'road'(道路)、'building'(建筑物),默认值:['bg','point','road','building']\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/amap.html#attributes)"},"el-amap/layers":{"type":"array","description":"地图图层数组,数组可以是图层 中的一个或多个,默认为普通二维地图。 当叠加多个 图层 时,普通二维地图需通过实例化一个TileLayer类实现。 如果你希望创建一个默认底图图层,使用 AMap.createDefaultLayer()\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/amap.html#attributes)"},"el-amap/resize-enable":{"type":"boolean","description":"是否监控地图容器尺寸变化,默认值为false。此属性可被 setStatus/getStatus 方法控制\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/amap.html#attributes)"},"el-amap/drag-enable":{"type":"boolean","description":"地图是否可通过鼠标拖拽平移, 默认为 true。此属性可被 setStatus/getStatus 方法控制\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/amap.html#attributes)"},"el-amap/zoom-enable":{"type":"boolean","description":"地图是否可缩放,默认值为 true。此属性可被 setStatus/getStatus 方法控制\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/amap.html#attributes)"},"el-amap/jog-enable":{"type":"boolean","description":"地图是否使用缓动效果,默认值为true。此属性可被setStatus/getStatus 方法控制\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/amap.html#attributes)"},"el-amap/pitch-enable":{"type":"boolean","description":"是否允许设置俯仰角度, 3D 视图下为 true, 2D 视图下无效。。此属性可被setStatus/getStatus 方法控制\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/amap.html#attributes)"},"el-amap/rotate-enable":{"type":"boolean","description":"地图是否可旋转, 图默认为true。此属性可被setStatus/getStatus 方法控制\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/amap.html#attributes)"},"el-amap/animate-enable":{"type":"boolean","description":"地图平移过程中是否使用动画(如调用panBy、panTo、setCenter、setZoomAndCenter等函数, 将对地图产生平移操作, 是否使用动画平移的效果), 默认为true, 即使用动画。此属性可被 setStatus/getStatus 方法控制\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/amap.html#attributes)"},"el-amap/keyboard-enable":{"type":"boolean","description":"地图是否可通过键盘控制, 默认为true, 方向键控制地图平移,\"+\"和\"-\"可以控制地图的缩放, Ctrl+“→”顺时针旋转,Ctrl+“←”逆时针旋转。此属性可被setStatus/getStatus 方法控制\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/amap.html#attributes)"},"el-amap/double-click-zoom":{"type":"boolean","description":"地图是否可通过双击鼠标放大地图, 默认为true。此属性可被setStatus/getStatus 方法控制\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/amap.html#attributes)"},"el-amap/scroll-wheel":{"type":"boolean","description":"地图是否可通过鼠标滚轮缩放浏览,默认为true。此属性可被setStatus/getStatus 方法控制\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/amap.html#attributes)"},"el-amap/show-indoor-map":{"type":"boolean","description":"是否自动展示室内地图,默认是 false。此属性可被setStatus/getStatus 方法控制\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/amap.html#attributes)"},"el-amap/map-style":{"type":"string","description":"设置地图显示样式,目前支持normal(默认样式)、dark(深色样式)、light(浅色样式)、fresh(osm清新风格样式)四种\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/amap.html#attributes)"},"el-amap/label-reject-mask":{"type":"boolean","description":"文字是否拒绝掩模图层进行掩模\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/amap.html#attributes)"},"el-amap/mask":{"type":"array","description":"为 Map 实例指定掩模的路径,各图层将只显示路径范围内图像,3D视图下有效。 格式为一个经纬度的一维、二维或三维数组。\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/amap.html#attributes)"},"el-amap/terrain":{"type":"boolean","description":"是否开启地形,默认false\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/amap.html#attributes)"},"el-amap/extra-options":{"type":"object","description":"额外扩展属性,会直接将属性拷贝到初始化的options中,当key与props内的一样时会被props覆盖\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/amap.html#attributes)"},"el-amap/resize":{"type":"event","description":"地图容器大小改变事件\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/amap.html#events)"},"el-amap/complete":{"type":"event","description":"地图图块加载完成后触发事件\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/amap.html#events)"},"el-amap/click":{"type":"event","description":"鼠标左键单击事件\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/amap.html#events)"},"el-amap/dblclick":{"type":"event","description":"鼠标左键双击事件\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/amap.html#events)"},"el-amap/mapmove":{"type":"event","description":"地图平移时触发事件\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/amap.html#events)"},"el-amap/hotspotclick":{"type":"event","description":"鼠标点击热点时触发\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/amap.html#events)"},"el-amap/hotspotover":{"type":"event","description":"鼠标滑过热点时触发\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/amap.html#events)"},"el-amap/hotspotout":{"type":"event","description":"鼠标移出热点时触发\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/amap.html#events)"},"el-amap/movestart":{"type":"event","description":"地图平移开始时触发\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/amap.html#events)"},"el-amap/moveend":{"type":"event","description":"地图平移结束后触发。如地图有拖拽缓动效果,则在缓动结束后触发\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/amap.html#events)"},"el-amap/zoomchange":{"type":"event","description":"地图缩放级别更改后触发\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/amap.html#events)"},"el-amap/zoomstart":{"type":"event","description":"缩放开始时触发\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/amap.html#events)"},"el-amap/zoomend":{"type":"event","description":"缩放停止时触发\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/amap.html#events)"},"el-amap/mousemove":{"type":"event","description":"鼠标在地图上移动时触发\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/amap.html#events)"},"el-amap/mousewheel":{"type":"event","description":"鼠标滚轮开始缩放地图时触发\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/amap.html#events)"},"el-amap/mouseover":{"type":"event","description":"鼠标移入地图容器内时触发\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/amap.html#events)"},"el-amap/mouseout":{"type":"event","description":"鼠标移出地图容器时触发\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/amap.html#events)"},"el-amap/mouseup":{"type":"event","description":"鼠标在地图上单击抬起时触发\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/amap.html#events)"},"el-amap/mousedown":{"type":"event","description":"鼠标在地图上单击按下时触发\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/amap.html#events)"},"el-amap/rightclick":{"type":"event","description":"鼠标右键单击事件\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/amap.html#events)"},"el-amap/dragstart":{"type":"event","description":"开始拖拽地图时触发\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/amap.html#events)"},"el-amap/dragging":{"type":"event","description":"拖拽地图过程中触发\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/amap.html#events)"},"el-amap/dragend":{"type":"event","description":"停止拖拽地图时触发。如地图有拖拽缓动效果,则在拽停止,缓动开始前触发\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/amap.html#events)"},"el-amap/touchstart":{"type":"event","description":"触摸开始时触发事件,仅适用移动设备\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/amap.html#events)"},"el-amap/touchmove":{"type":"event","description":"触摸移动进行中时触发事件,仅适用移动设备\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/amap.html#events)"},"el-amap/touchend":{"type":"event","description":"触摸结束时触发事件,仅适用移动设备\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/amap.html#events)"},"el-amap-control-control-bar/position":{"type":"string|object","description":"控件停靠位置 { top: 5; left: 5; right: 5; bottom: 5 } 或者 'LT': 左上角, 'RT': 右上角, 'LB': 左下角, 'RB': 右下角\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/control/control-bar.html#attributes)"},"el-amap-control-control-bar/offset":{"type":"string","description":"地图默认鼠标样式。参数defaultCursor应符合CSS的cursor属性规范。\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/control/control-bar.html#attributes)"},"el-amap-control-control-bar/show-control-button":{"type":"boolean","description":"是否显示倾斜、旋转按钮。默认为 true\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/control/control-bar.html#attributes)"},"el-amap-control-control-bar/visible":{"type":"boolean","description":"是否显示,默认true\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/control/control-bar.html#attributes)"},"el-amap-control-control-bar/re-event-when-update":{"type":"boolean","description":"是否在组件更新时重新注册事件,主要用于数组更新时,解决绑定了事件但事件的对象不会更新问题,默认false\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/control/control-bar.html#attributes)"},"el-amap-control-control-bar/extra-options":{"type":"object","description":"额外扩展属性,会直接将属性拷贝到初始化的options中,当key与props内的一样时会被props覆盖\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/control/control-bar.html#attributes)"},"el-amap-control-control-bar/show":{"type":"event","description":"显示时触发此事件\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/control/control-bar.html#events)"},"el-amap-control-control-bar/hide":{"type":"event","description":"隐藏时触发此事件\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/control/control-bar.html#events)"},"el-amap-control-geolocation/position":{"type":"string","description":"控件停靠位置,默认为\"RB\". 'LT': 左上角, 'RT': 右上角, 'LB': 左下角, 'RB': 右下角\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/control/geolocation.html#attributes)"},"el-amap-control-geolocation/offset":{"type":"array","description":"缩略图距离悬停位置的像素距离,如 [2,2]\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/control/geolocation.html#attributes)"},"el-amap-control-geolocation/border-color":{"type":"string","description":"按钮边框颜色值,同CSS,如'silver'\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/control/geolocation.html#attributes)"},"el-amap-control-geolocation/border-radius":{"type":"string","description":"按钮圆角边框值,同CSS,如'5px'\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/control/geolocation.html#attributes)"},"el-amap-control-geolocation/button-size":{"type":"string","description":"箭头按钮的像素尺寸,同CSS,如'12px'\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/control/geolocation.html#attributes)"},"el-amap-control-geolocation/convert":{"type":"boolean","description":"是否将定位结果转换为高德坐标\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/control/geolocation.html#attributes)"},"el-amap-control-geolocation/enable-high-accuracy":{"type":"boolean","description":"进行浏览器原生定位的时候是否尝试获取较高精度,可能影响定位效率,默认为false\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/control/geolocation.html#attributes)"},"el-amap-control-geolocation/timeout":{"type":"number","description":"定位的超时时间,毫秒\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/control/geolocation.html#attributes)"},"el-amap-control-geolocation/maximum-age":{"type":"number","description":"浏览器原生定位的缓存时间,毫秒\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/control/geolocation.html#attributes)"},"el-amap-control-geolocation/show-button":{"type":"boolean","description":"是否显示定位按钮,默认为true\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/control/geolocation.html#attributes)"},"el-amap-control-geolocation/show-circle":{"type":"boolean","description":"是否显示定位精度圆,默认为true\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/control/geolocation.html#attributes)"},"el-amap-control-geolocation/show-marker":{"type":"boolean","description":"是否显示定位点,默认为true\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/control/geolocation.html#attributes)"},"el-amap-control-geolocation/marker-options":{"type":"markeroptions","description":"定位点的样式\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/control/geolocation.html#attributes)"},"el-amap-control-geolocation/circle-options":{"type":"circleoptions","description":"定位圆的样式\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/control/geolocation.html#attributes)"},"el-amap-control-geolocation/pan-to-location":{"type":"boolean","description":"定位成功后是否自动移动到响应位置\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/control/geolocation.html#attributes)"},"el-amap-control-geolocation/zoom-to-accuracy":{"type":"boolean","description":"定位成功后是否自动调整级别\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/control/geolocation.html#attributes)"},"el-amap-control-geolocation/geo-location-first":{"type":"boolean","description":"优先使用H5定位,默认移动端为true,PC端为false\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/control/geolocation.html#attributes)"},"el-amap-control-geolocation/no-ip-locate":{"type":"number","description":"是否禁用IP精确定位,默认为0,0:都用 1:手机上不用 2:PC上不用 3:都不用\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/control/geolocation.html#attributes)"},"el-amap-control-geolocation/no-geo-location":{"type":"number","description":"是否禁用浏览器原生定位,默认为0,0:都用 1:手机上不用 2:PC上不用 3:都不用\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/control/geolocation.html#attributes)"},"el-amap-control-geolocation/use-native":{"type":"boolean","description":"是否与高德定位SDK能力结合,需要同时使用安卓版高德定位sdk,否则无效\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/control/geolocation.html#attributes)"},"el-amap-control-geolocation/get-city-when-fail":{"type":"boolean","description":"定位失败之后是否返回基本城市定位信息\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/control/geolocation.html#attributes)"},"el-amap-control-geolocation/need-address":{"type":"boolean","description":"是否需要将定位结果进行逆地理编码操作\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/control/geolocation.html#attributes)"},"el-amap-control-geolocation/extensions":{"type":"string","description":"是否需要详细的逆地理编码信息,默认为'base'只返回基本信息,可选'all'\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/control/geolocation.html#attributes)"},"el-amap-control-geolocation/re-event-when-update":{"type":"boolean","description":"是否在组件更新时重新注册事件,主要用于数组更新时,解决绑定了事件但事件的对象不会更新问题,默认false\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/control/geolocation.html#attributes)"},"el-amap-control-geolocation/extra-options":{"type":"object","description":"额外扩展属性,会直接将属性拷贝到初始化的options中,当key与props内的一样时会被props覆盖\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/control/geolocation.html#attributes)"},"el-amap-control-geolocation/complete":{"type":"event","description":"定位结束后触发的事件\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/control/geolocation.html#events)"},"el-amap-control-hawk-eye/auto-move":{"type":"boolean","description":"是否随主图视口变化移动\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/control/hawk-eye.html#attributes)"},"el-amap-control-hawk-eye/show-rectangle":{"type":"boolean","description":"是否显示视口矩形\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/control/hawk-eye.html#attributes)"},"el-amap-control-hawk-eye/show-button":{"type":"boolean","description":"是否显示打开关闭的按钮\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/control/hawk-eye.html#attributes)"},"el-amap-control-hawk-eye/map-style":{"type":"string","description":"缩略图要显示的地图自定义样式,如'amap://styles/dark'\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/control/hawk-eye.html#attributes)"},"el-amap-control-hawk-eye/layers":{"type":"array","description":"缩略图要显示的图层类型,默认为普通矢量地图\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/control/hawk-eye.html#attributes)"},"el-amap-control-hawk-eye/width":{"type":"string","description":"缩略图的宽度,同CSS,如'200px'\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/control/hawk-eye.html#attributes)"},"el-amap-control-hawk-eye/height":{"type":"string","description":"缩略图的高度,同CSS,如'200px'\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/control/hawk-eye.html#attributes)"},"el-amap-control-hawk-eye/offset":{"type":"array","description":"缩略图距离地图右下角的像素距离,如 [2,2]\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/control/hawk-eye.html#attributes)"},"el-amap-control-hawk-eye/border-style":{"type":"string","description":"缩略图的边框样式,同CSS,如\"double solid solid double\"\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/control/hawk-eye.html#attributes)"},"el-amap-control-hawk-eye/border-color":{"type":"string","description":"缩略图的边框颜色,同CSS,如'silver'\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/control/hawk-eye.html#attributes)"},"el-amap-control-hawk-eye/border-radius":{"type":"string","description":"缩略图的边框角度,同CSS,如'5px'\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/control/hawk-eye.html#attributes)"},"el-amap-control-hawk-eye/border-width":{"type":"string","description":"缩略图的边框宽度,同CSS,如'2px'\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/control/hawk-eye.html#attributes)"},"el-amap-control-hawk-eye/button-size":{"type":"string","description":"箭头按钮的像素尺寸,同CSS,如'12px'\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/control/hawk-eye.html#attributes)"},"el-amap-control-hawk-eye/visible":{"type":"boolean","description":"是否显示,默认true\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/control/hawk-eye.html#attributes)"},"el-amap-control-hawk-eye/is-open":{"type":"boolean","description":"默认是否展开\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/control/hawk-eye.html#attributes)"},"el-amap-control-hawk-eye/re-event-when-update":{"type":"boolean","description":"是否在组件更新时重新注册事件,主要用于数组更新时,解决绑定了事件但事件的对象不会更新问题,默认false\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/control/hawk-eye.html#attributes)"},"el-amap-control-hawk-eye/extra-options":{"type":"object","description":"额外扩展属性,会直接将属性拷贝到初始化的options中,当key与props内的一样时会被props覆盖\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/control/hawk-eye.html#attributes)"},"el-amap-control-hawk-eye/show":{"type":"event","description":"显示时触发此事件\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/control/hawk-eye.html#events)"},"el-amap-control-hawk-eye/hide":{"type":"event","description":"隐藏时触发此事件\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/control/hawk-eye.html#events)"},"el-amap-control-map-type/default-type":{"type":"number","description":"初始化默认图层类型。 取值为0:默认底图 取值为1:卫星图 默认值:0\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/control/map-type.html#attributes)"},"el-amap-control-map-type/show-traffic":{"type":"boolean","description":"叠加实时交通图层 默认值:false\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/control/map-type.html#attributes)"},"el-amap-control-map-type/show-road":{"type":"boolean","description":"叠加路网图层 默认值:false\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/control/map-type.html#attributes)"},"el-amap-control-map-type/visible":{"type":"boolean","description":"是否显示,默认true\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/control/map-type.html#attributes)"},"el-amap-control-map-type/re-event-when-update":{"type":"boolean","description":"是否在组件更新时重新注册事件,主要用于数组更新时,解决绑定了事件但事件的对象不会更新问题,默认false\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/control/map-type.html#attributes)"},"el-amap-control-map-type/extra-options":{"type":"object","description":"额外扩展属性,会直接将属性拷贝到初始化的options中,当key与props内的一样时会被props覆盖\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/control/map-type.html#attributes)"},"el-amap-control-map-type/show":{"type":"event","description":"显示时触发此事件\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/control/map-type.html#events)"},"el-amap-control-map-type/hide":{"type":"event","description":"隐藏时触发此事件\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/control/map-type.html#events)"},"el-amap-control-scale/position":{"type":"string|object","description":"控件停靠位置 { top: 5; left: 5; right: 5; bottom: 5 } 或者 'LT': 左上角, 'RT': 右上角, 'LB': 左下角, 'RB': 右下角\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/control/scale.html#attributes)"},"el-amap-control-scale/offset":{"type":"string","description":"地图默认鼠标样式。参数defaultCursor应符合CSS的cursor属性规范。\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/control/scale.html#attributes)"},"el-amap-control-scale/animate-enable":{"type":"array","description":"相对于地图容器左上角的偏移量,正数代表向右下偏移。默认为AMap.Pixel(10,10)\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/control/scale.html#attributes)"},"el-amap-control-scale/visible":{"type":"boolean","description":"是否显示,默认true\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/control/scale.html#attributes)"},"el-amap-control-scale/re-event-when-update":{"type":"boolean","description":"是否在组件更新时重新注册事件,主要用于数组更新时,解决绑定了事件但事件的对象不会更新问题,默认false\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/control/scale.html#attributes)"},"el-amap-control-scale/extra-options":{"type":"object","description":"额外扩展属性,会直接将属性拷贝到初始化的options中,当key与props内的一样时会被props覆盖\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/control/scale.html#attributes)"},"el-amap-control-scale/show":{"type":"event","description":"显示时触发此事件\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/control/scale.html#events)"},"el-amap-control-scale/hide":{"type":"event","description":"隐藏时触发此事件\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/control/scale.html#events)"},"el-amap-search-box/datatype":{"type":"string","description":"返回的数据类型。可选值:all-返回所有数据类型、poi-返回POI数据类型、bus-返回公交站点数据类型、busline-返回公交线路数据类型目前暂时不支持多种类型\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/control/search-box.html#attributes)"},"el-amap-search-box/input":{"type":"string","description":"可选参数,用来指定一个input输入框,设定之后,在input输入文字将自动生成下拉选择列表。输入框DOM对象的id值\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/control/search-box.html#attributes)"},"el-amap-search-box/output":{"type":"string","description":"可选参数,指定一个现有的div的id或者元素,作为展示提示结果的容器,当指定了input的时候有效,缺省的时候将自动创建一个显示结果面板\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/control/search-box.html#attributes)"},"el-amap-search-box/out-put-dir-auto":{"type":"boolean","description":"默认为true,表示是否在input位于页面较下方的时候自动将输入面板显示在input上方以避免被遮挡\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/control/search-box.html#attributes)"},"el-amap-search-box/close-result-on-scroll":{"type":"boolean","description":"页面滚动时关闭搜索结果列表,默认 true\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/control/search-box.html#attributes)"},"el-amap-search-box/lang":{"type":"string","description":"设置检索语言类型,默认中文 'zh_cn'\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/control/search-box.html#attributes)"},"el-amap-search-box/visible":{"type":"boolean","description":"是否显示,默认true\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/control/search-box.html#attributes)"},"el-amap-search-box/type":{"type":"string","description":"输入提示时限定POI类型,多个类型用“\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/control/search-box.html#attributes)"},"el-amap-search-box/city":{"type":"string","description":"输入提示时限定城市。可选值:城市名(中文或中文全拼)、citycode、adcode;默认值:“全国”\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/control/search-box.html#attributes)"},"el-amap-search-box/citylimit":{"type":"boolean","description":"是否强制限制在设置的城市内搜索,默认值为:false,true:强制限制设定城市,false:不强制限制设定城市\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/control/search-box.html#attributes)"},"el-amap-search-box/input-custom":{"type":"boolean","description":"是否自定义input,自定义的时候将使用用户的inputId,默认 false\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/control/search-box.html#attributes)"},"el-amap-search-box/re-event-when-update":{"type":"boolean","description":"是否在组件更新时重新注册事件,主要用于数组更新时,解决绑定了事件但事件的对象不会更新问题,默认false\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/control/search-box.html#attributes)"},"el-amap-search-box/placeholder":{"type":"string","description":"默认输入框的placeholder属性\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/control/search-box.html#attributes)"},"el-amap-search-box/debounce":{"type":"number","description":"手动加上防抖功能,默认100毫秒\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/control/search-box.html#attributes)"},"el-amap-search-box/extra-options":{"type":"object","description":"额外扩展属性,会直接将属性拷贝到初始化的options中,当key与props内的一样时会被props覆盖\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/control/search-box.html#attributes)"},"el-amap-search-box/select":{"type":"event","description":"鼠标点击或者回车选中某个POI信息时触发此事件\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/control/search-box.html#events)"},"el-amap-search-box/choose":{"type":"event","description":"鼠标或者键盘上下键选择POI信息时触发此事件\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/control/search-box.html#events)"},"el-amap-control-tool-bar/position":{"type":"string|object","description":"控件停靠位置 { top: 5; left: 5; right: 5; bottom: 5 } 或者 'LT': 左上角, 'RT': 右上角, 'LB': 左下角, 'RB': 右下角\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/control/tool-bar.html#attributes)"},"el-amap-control-tool-bar/offset":{"type":"string","description":"地图默认鼠标样式。参数defaultCursor应符合CSS的cursor属性规范。\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/control/tool-bar.html#attributes)"},"el-amap-control-tool-bar/visible":{"type":"boolean","description":"是否显示,默认true\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/control/tool-bar.html#attributes)"},"el-amap-control-tool-bar/re-event-when-update":{"type":"boolean","description":"是否在组件更新时重新注册事件,主要用于数组更新时,解决绑定了事件但事件的对象不会更新问题,默认false\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/control/tool-bar.html#attributes)"},"el-amap-control-tool-bar/extra-options":{"type":"object","description":"额外扩展属性,会直接将属性拷贝到初始化的options中,当key与props内的一样时会被props覆盖\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/control/tool-bar.html#attributes)"},"el-amap-control-tool-bar/show":{"type":"event","description":"显示时触发此事件\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/control/tool-bar.html#events)"},"el-amap-control-tool-bar/hide":{"type":"event","description":"隐藏时触发此事件\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/control/tool-bar.html#events)"},"el-amap-info-window/is-custom":{"type":"boolean","description":"是否自定义窗体。设为true时,信息窗体外框及内容完全按照content所设的值添加(默认为false,即在系统默认的信息窗体外框中显示content内容)\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/infoWindow/info-window.html#attributes)"},"el-amap-info-window/auto-move":{"type":"boolean","description":"是否自动调整窗体到视野内(当信息窗体超出视野范围时,通过该属性设置是否自动平移地图,使信息窗体完全显示)\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/infoWindow/info-window.html#attributes)"},"el-amap-info-window/avoid":{"type":"boolean","description":"autoMove 为 true 时,自动平移到视野内后的上右下左的避让宽度。默认值: [20, 20, 20, 20]\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/infoWindow/info-window.html#attributes)"},"el-amap-info-window/close-when-click-map":{"type":"boolean","description":"控制是否在鼠标点击地图后关闭信息窗体,默认false,鼠标点击地图后不关闭信息窗体\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/infoWindow/info-window.html#attributes)"},"el-amap-info-window/offset":{"type":"array","description":"信息窗体显示位置偏移量。默认基准点为信息窗体的底部中心。默认值: [0, 0]\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/infoWindow/info-window.html#attributes)"},"el-amap-info-window/visible":{"type":"boolean","description":"是否可见,默认 true。支持sync\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/infoWindow/info-window.html#attributes)"},"el-amap-info-window/content":{"type":"string|htmlelement","description":"显示内容,可以是HTML要素字符串或者HTMLElement对象。也可以根据示例中的方式使用slot实现\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/infoWindow/info-window.html#attributes)"},"el-amap-info-window/size":{"type":"array","description":"信息窗体尺寸(isCustom为true时,该属性无效)\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/infoWindow/info-window.html#attributes)"},"el-amap-info-window/anchor":{"type":"string","description":"信息窗体锚点。默认值:'bottom-center'。可选值:'top-left'\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/infoWindow/info-window.html#attributes)"},"el-amap-info-window/position":{"type":"array","description":"信息窗体显示基点位置\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/infoWindow/info-window.html#attributes)"},"el-amap-info-window/re-event-when-update":{"type":"boolean","description":"是否在组件更新时重新注册事件,主要用于数组更新时,解决绑定了事件但事件的对象不会更新问题,默认false\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/infoWindow/info-window.html#attributes)"},"el-amap-info-window/extra-options":{"type":"object","description":"额外扩展属性,会直接将属性拷贝到初始化的options中,当key与props内的一样时会被props覆盖\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/infoWindow/info-window.html#attributes)"},"el-amap-info-window/init":{"type":"event","description":"组件实例\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/infoWindow/info-window.html#events)"},"el-amap-info-window/open":{"type":"event","description":"信息窗体打开之后触发事件\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/infoWindow/info-window.html#events)"},"el-amap-info-window/close":{"type":"event","description":"信息窗体关闭之后触发事件\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/infoWindow/info-window.html#events)"},"el-amap-circle-marker/bubble":{"type":"boolean","description":"是否将覆盖物的鼠标或touch等事件冒泡到地图上(自v1.3 新增)默认值:false\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/marker/circle-marker.html#attributes)"},"el-amap-circle-marker/center":{"type":"array","description":"圆心位置\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/marker/circle-marker.html#attributes)"},"el-amap-circle-marker/radius":{"type":"number","description":"圆半径,单位:px 最大值64\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/marker/circle-marker.html#attributes)"},"el-amap-circle-marker/cursor":{"type":"string","description":"指定鼠标悬停时的鼠标样式,自定义cursor,IE仅支持cur/ani/ico格式,Opera不支持自定义cursor\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/marker/circle-marker.html#attributes)"},"el-amap-circle-marker/visible":{"type":"boolean","description":"是否可见\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/marker/circle-marker.html#attributes)"},"el-amap-circle-marker/z-index":{"type":"number","description":"多边形覆盖物的叠加顺序。地图上存在多个多边形覆盖物叠加时,通过该属性使级别较高的多边形覆盖物在上层显示默认zIndex:10\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/marker/circle-marker.html#attributes)"},"el-amap-circle-marker/stroke-color":{"type":"string","description":"线条颜色,使用16进制颜色代码赋值。默认值为#00D3FC\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/marker/circle-marker.html#attributes)"},"el-amap-circle-marker/stroke-opacity":{"type":"float","description":"轮廓线透明度,取值范围[0,1],0表示完全透明,1表示不透明。默认为0.9\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/marker/circle-marker.html#attributes)"},"el-amap-circle-marker/stroke-weight":{"type":"number","description":"轮廓线宽度\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/marker/circle-marker.html#attributes)"},"el-amap-circle-marker/fill-color":{"type":"string","description":"多边形填充颜色,使用16进制颜色代码赋值,如:#00B2D5\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/marker/circle-marker.html#attributes)"},"el-amap-circle-marker/fill-opacity":{"type":"float","description":"多边形填充透明度,取值范围[0,1],0表示完全透明,1表示不透明。默认为0.5\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/marker/circle-marker.html#attributes)"},"el-amap-circle-marker/draggable":{"type":"boolean","description":"设置多边形是否可拖拽移动,默认为false\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/marker/circle-marker.html#attributes)"},"el-amap-circle-marker/ext-data":{"type":"any","description":"用户自定义属性,支持JavaScript API任意数据类型,如Polygon的id等\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/marker/circle-marker.html#attributes)"},"el-amap-circle-marker/re-event-when-update":{"type":"boolean","description":"是否在组件更新时重新注册事件,主要用于数组更新时,解决绑定了事件但事件的对象不会更新问题,默认false\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/marker/circle-marker.html#attributes)"},"el-amap-circle-marker/extra-options":{"type":"object","description":"额外扩展属性,会直接将属性拷贝到初始化的options中,当key与props内的一样时会被props覆盖\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/marker/circle-marker.html#attributes)"},"el-amap-circle-marker/init":{"type":"event","description":"组件实例\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/marker/circle-marker.html#events)"},"el-amap-circle-marker/click":{"type":"event","description":"鼠标左键单击事件\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/marker/circle-marker.html#events)"},"el-amap-circle-marker/dblclick":{"type":"event","description":"鼠标左键双击事件\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/marker/circle-marker.html#events)"},"el-amap-circle-marker/rightclick":{"type":"event","description":"右键单击\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/marker/circle-marker.html#events)"},"el-amap-circle-marker/hide":{"type":"event","description":"隐藏\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/marker/circle-marker.html#events)"},"el-amap-circle-marker/show":{"type":"event","description":"显示\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/marker/circle-marker.html#events)"},"el-amap-circle-marker/mousedown":{"type":"event","description":"鼠标按下\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/marker/circle-marker.html#events)"},"el-amap-circle-marker/mouseup":{"type":"event","description":"鼠标抬起\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/marker/circle-marker.html#events)"},"el-amap-circle-marker/mouseover":{"type":"event","description":"鼠标经过\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/marker/circle-marker.html#events)"},"el-amap-circle-marker/mouseout":{"type":"event","description":"鼠标移出\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/marker/circle-marker.html#events)"},"el-amap-circle-marker/touchstart":{"type":"event","description":"触摸开始时触发事件,仅适用移动设备\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/marker/circle-marker.html#events)"},"el-amap-circle-marker/touchmove":{"type":"event","description":"触摸移动进行中时触发事件,仅适用移动设备\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/marker/circle-marker.html#events)"},"el-amap-circle-marker/touchend":{"type":"event","description":"触摸结束时触发事件,仅适用移动设备\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/marker/circle-marker.html#events)"},"el-amap-elastic-marker/top-when-click":{"type":"boolean","description":"鼠标点击时marker是否置顶,默认false ,不置顶\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/marker/elastic-marker.html#attributes)"},"el-amap-elastic-marker/bubble":{"type":"boolean","description":"是否将覆盖物的鼠标或touch等事件冒泡到地图上, 默认值:false。\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/marker/elastic-marker.html#attributes)"},"el-amap-elastic-marker/zooms":{"type":"array","description":"点标记显示的层级范围,超过范围不显示。默认值:zooms: [2, 20]\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/marker/elastic-marker.html#attributes)"},"el-amap-elastic-marker/visible":{"type":"boolean","description":"点标记是否可见,默认为true。\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/marker/elastic-marker.html#attributes)"},"el-amap-elastic-marker/z-index":{"type":"number","description":"点标记的叠加顺序。地图上存在多个点标记叠加时,通过该属性使级别较高的点标记在上层显示\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/marker/elastic-marker.html#attributes)"},"el-amap-elastic-marker/position":{"type":"array","description":"点标记在地图上显示的位置\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/marker/elastic-marker.html#attributes)"},"el-amap-elastic-marker/offset":{"type":"array","description":"点标记显示位置偏移量,默认值为 [0,0] 。Marker指定position后,默认以marker左上角位置为基准点(若设置了anchor,则以anchor设置位置为基准点),对准所给定的position位置,若需使marker指定位置对准在position处,需根据marker的尺寸设置一定的偏移量。\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/marker/elastic-marker.html#attributes)"},"el-amap-elastic-marker/draggable":{"type":"boolean","description":"设置点标记是否可拖拽移动,默认为false。\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/marker/elastic-marker.html#attributes)"},"el-amap-elastic-marker/cursor":{"type":"string","description":"指定鼠标悬停时的鼠,默认值:'pointer'\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/marker/elastic-marker.html#attributes)"},"el-amap-elastic-marker/title":{"type":"string","description":"鼠标滑过点标记时的文字提示。不设置则鼠标滑过点标无文字提示。\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/marker/elastic-marker.html#attributes)"},"el-amap-elastic-marker/clickable":{"type":"boolean","description":"点标记是否可点击,默认值: true\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/marker/elastic-marker.html#attributes)"},"el-amap-elastic-marker/zoom-style-mapping":{"type":"object","description":"表示地图级别与styles中样式的映射,{14:0,15:0,16:1,17:1,}表示14到15级使用styles中的第0个样式,16-17级使用第二个样式\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/marker/elastic-marker.html#attributes)"},"el-amap-elastic-marker/styles":{"type":"array","description":"多个不同样式的数组。每个style对象有用两个参数 icon 和 label\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/marker/elastic-marker.html#attributes)"},"el-amap-elastic-marker/ext-data":{"type":"any","description":"用户自定义属 ,支持JavaScript API任意数据类型,如 Marker的id等。可将自定义数据保存在该属性上,方便后续操作使用。\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/marker/elastic-marker.html#attributes)"},"el-amap-elastic-marker/re-event-when-update":{"type":"boolean","description":"是否在组件更新时重新注册事件,主要用于数组更新时,解决绑定了事件但事件的对象不会更新问题,默认false\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/marker/elastic-marker.html#attributes)"},"el-amap-elastic-marker/extra-options":{"type":"object","description":"额外扩展属性,会直接将属性拷贝到初始化的options中,当key与props内的一样时会被props覆盖\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/marker/elastic-marker.html#attributes)"},"el-amap-elastic-marker/init":{"type":"event","description":"`AMap.ElasticMarker`实例\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/marker/elastic-marker.html#events)"},"el-amap-elastic-marker/click":{"type":"event","description":"鼠标左键单击事件\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/marker/elastic-marker.html#events)"},"el-amap-elastic-marker/dblclick":{"type":"event","description":"鼠标左键双击事件\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/marker/elastic-marker.html#events)"},"el-amap-elastic-marker/rightclick":{"type":"event","description":"鼠标右键单击事件\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/marker/elastic-marker.html#events)"},"el-amap-elastic-marker/mousemove":{"type":"event","description":"鼠标移动\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/marker/elastic-marker.html#events)"},"el-amap-elastic-marker/mouseover":{"type":"event","description":"鼠标移近点标记时触发事件\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/marker/elastic-marker.html#events)"},"el-amap-elastic-marker/mouseout":{"type":"event","description":"鼠标移出点标记时触发事件\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/marker/elastic-marker.html#events)"},"el-amap-elastic-marker/mousedown":{"type":"event","description":"鼠标在点标记上按下时触发事件\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/marker/elastic-marker.html#events)"},"el-amap-elastic-marker/mouseup":{"type":"event","description":"鼠标在点标记上按下后抬起时触发事件\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/marker/elastic-marker.html#events)"},"el-amap-elastic-marker/dragstart":{"type":"event","description":"开始拖拽点标记时触发事件\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/marker/elastic-marker.html#events)"},"el-amap-elastic-marker/dragging":{"type":"event","description":"鼠标拖拽移动点标记时触发事件\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/marker/elastic-marker.html#events)"},"el-amap-elastic-marker/dragend":{"type":"event","description":"点标记拖拽移动结束触发事件\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/marker/elastic-marker.html#events)"},"el-amap-elastic-marker/touchstart":{"type":"event","description":"触摸开始时触发事件,仅适用移动设备\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/marker/elastic-marker.html#events)"},"el-amap-elastic-marker/touchmove":{"type":"event","description":"触摸移动进行中时触发事件,仅适用移动设备\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/marker/elastic-marker.html#events)"},"el-amap-elastic-marker/touchend":{"type":"event","description":"触摸结束时触发事件,仅适用移动设备\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/marker/elastic-marker.html#events)"},"el-amap-label-marker/name":{"type":"string","description":"标注名称,作为标注标识,并非最终在地图上显示的文字内容,显示文字内容请设置 opts.text.content\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/marker/label-marker.html#attributes)"},"el-amap-label-marker/rank":{"type":"number","description":"避让优先级,获取标注的优先级,该优先级用于 labelsLayer 支持避让时,rank 值大的标注会避让掉 rank 值低的标注。默认值:1\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/marker/label-marker.html#attributes)"},"el-amap-label-marker/visible":{"type":"boolean","description":"标注是否可见,默认为true。\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/marker/label-marker.html#attributes)"},"el-amap-label-marker/z-index":{"type":"number","description":"标注的叠加顺序。地图上存在多个点标记叠加时,通过该属性使级别较高的点标记在上层显示,默认zIndex:1\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/marker/label-marker.html#attributes)"},"el-amap-label-marker/position":{"type":"array","description":"标注在地图上显示的位置\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/marker/label-marker.html#attributes)"},"el-amap-label-marker/zooms":{"type":"array","description":"标注显示的层级范围,超过范围不显示。默认值:zooms: [2, 20]\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/marker/label-marker.html#attributes)"},"el-amap-label-marker/icon":{"type":"object","description":"标注图标设置\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/marker/label-marker.html#attributes)"},"el-amap-label-marker/text":{"type":"object","description":"标注文本设置\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/marker/label-marker.html#attributes)"},"el-amap-label-marker/ext-data":{"type":"any","description":"用户自定义属 ,支持JavaScript API任意数据类型,如 Marker的id等。可将自定义数据保存在该属性上,方便后续操作使用。\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/marker/label-marker.html#attributes)"},"el-amap-label-marker/re-event-when-update":{"type":"boolean","description":"是否在组件更新时重新注册事件,主要用于数组更新时,解决绑定了事件但事件的对象不会更新问题,默认false\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/marker/label-marker.html#attributes)"},"el-amap-label-marker/extra-options":{"type":"object","description":"额外扩展属性,会直接将属性拷贝到初始化的options中,当key与props内的一样时会被props覆盖\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/marker/label-marker.html#attributes)"},"el-amap-label-marker/init":{"type":"event","description":"`AMap.LabelMarker`实例\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/marker/label-marker.html#events)"},"el-amap-label-marker/click":{"type":"event","description":"鼠标左键单击事件\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/marker/label-marker.html#events)"},"el-amap-label-marker/mousemove":{"type":"event","description":"鼠标移动\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/marker/label-marker.html#events)"},"el-amap-label-marker/mouseover":{"type":"event","description":"鼠标移近点标记时触发事件\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/marker/label-marker.html#events)"},"el-amap-label-marker/mouseout":{"type":"event","description":"鼠标移出点标记时触发事件\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/marker/label-marker.html#events)"},"el-amap-label-marker/mousedown":{"type":"event","description":"鼠标在点标记上按下时触发事件\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/marker/label-marker.html#events)"},"el-amap-label-marker/mouseup":{"type":"event","description":"鼠标在点标记上按下后抬起时触发事件\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/marker/label-marker.html#events)"},"el-amap-label-marker/touchstart":{"type":"event","description":"触摸开始时触发事件,仅适用移动设备\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/marker/label-marker.html#events)"},"el-amap-label-marker/touchmove":{"type":"event","description":"触摸移动进行中时触发事件,仅适用移动设备\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/marker/label-marker.html#events)"},"el-amap-label-marker/touchend":{"type":"event","description":"触摸结束时触发事件,仅适用移动设备\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/marker/label-marker.html#events)"},"el-amap-marker-cluster/render-cluster-marker":{"type":"function","description":"该方法用来实现聚合点的自定义绘制,由开发者自己实现,API 将在绘制每个聚合点的时候调用这个方法,可以实现聚合点样式的灵活设定,指定了 renderClusterMarker 后 styles 无效。<br/>该函数的入参为一个Object,包含如下属性:<br/>1. count: 当前聚合点下聚合的 Marker 的数量<br/>2. marker: 当前聚合点显示的 Marker\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/marker/marker-cluster.html#attributes)"},"el-amap-marker-cluster/render-marker":{"type":"function","description":"该方法用来实现非聚合点的自定义绘制,由开发者自己实现,API 将在绘制每个非聚合点的时候调用这个方法<br/>该函数的入参为一个Object,包含如下属性:<br/>marker: 非聚合点 Marker 对象\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/marker/marker-cluster.html#attributes)"},"el-amap-marker-cluster/cluster-by-zoom-change":{"type":"boolean","description":"地图缩放过程中是否聚合。默认值 false。\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/marker/marker-cluster.html#attributes)"},"el-amap-marker-cluster/points":{"type":"array","description":"数据格式为一组含有经纬度信息的数组,如下所示。其中【经纬度】lnglat 为必填字段,【权重】weight 为可选字段,以权重高的点为中心进行聚合。示例: [{\"lnglat\":[\"113.864691\",\"22.942327\"], weight: 1},{\"lnglat\":[\"113.370643\",\"22.938827\"], weight: 8}]\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/marker/marker-cluster.html#attributes)"},"el-amap-marker-cluster/grid-size":{"type":"number","description":"聚合计算时网格的像素大小,默认60\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/marker/marker-cluster.html#attributes)"},"el-amap-marker-cluster/max-zoom":{"type":"number","description":"最大的聚合级别,大于该级别就不进行相应的聚合。默认值为 18,即小于 18 级的级别均进行聚合,18 及以上级别不进行聚合\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/marker/marker-cluster.html#attributes)"},"el-amap-marker-cluster/average-center":{"type":"boolean","description":"聚合点的图标位置是否是所有聚合内点的中心点。默认为 true。数据中如果含有权重值,以权重高的点为中心进行聚合\n\n[Docs](https://vue-amap.guyixi.cn/zh-cn/component/vue-amap/marker/marker-cluster.html#attributes)"},"el-amap-marker-cluster/styles":{"type":"array","description":"指定聚合后的点标记的图标样式,[查看示例](https://lbs.amap.com/demo/jsapi-v2/example/mass-markers/markerclusterer),可缺省,缺省时为默认样式<br/>数据元素分别对应聚合量在1-10,11-100,101-1000…的聚合点的样式;<br/>当用户设置聚合样式少于实际叠加的点数,未设置部分按照系统默认样式显示;<br/>单个图标样式包括以下几个属性:<br/>1. {string} url:图标显示图片的url地址(必选)<br/>2. {AMap.Size} size:图标显示图片的大小(必选)<br/>3. {AMap.Pixel} offset:图标定位在地图上的位置相对于图标左上角的偏移值。默认为(0,0),不偏移(可选)<br/>4. {AMap.Pixel} imageOffset:图片相对于可视区域的偏移值,此功能的作用等同CSS中的background-position属性。默认为(0,0),不偏移(可选)<br/>5. {String} textColor:文字的颜色,默认为\"#000000\"(可选)<br/>6. {Number} textSize:文字的大小,默认为10(可选)\n\n[Docs](https://vue-amap.guyixi.cn/zh-