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