{"$schema":"https://raw.githubusercontent.com/JetBrains/web-types/master/schema/web-types.json","framework":"vue","name":"@vuemap/vue-amap-loca","version":"2.1.2","contributions":{"html":{"types-syntax":"typescript","description-markup":"markdown","tags":[{"name":"el-amap-loca-ambient-light","source":{"symbol":"ElAmapLocaAmbientLight"},"description":"环境光，对于可以接受光照的图层（PolygonLayer 等）会增加环境光的影响。环境光只能有一个，多余的会被忽略","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/ambient-light.html#amaplocaambientlight","attributes":[{"name":"color","description":"环境光颜色","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/ambient-light.html#attributes","value":{"type":"string","kind":"expression"}},{"name":"intensity","description":"环境光强度","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/ambient-light.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-loca/ambient-light.html#attributes","value":{"type":"object","kind":"expression"}}],"events":[{"name":"init","description":"实例","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/ambient-light.html#events"}]},{"name":"el-amap-loca-directional-light","source":{"symbol":"ElAmapLocaDirectionalLight"},"description":"平行光，对于可以接受光照的图层（PolygonLayer 等）会增加平行光的影响。平行光一般用来模拟太阳的光照。 它的方向由 position 射向 target。position和target的坐标是一个位置加 z 值（单位米）高度决定。比如: [1, 1, 1000] 代表x:1, y:1, 高度1000米。 如果模拟一个从正南方向的平行光，可以设置target: [0,0,0], position: [0,-1,0]","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/directional-light.html#amaplocadirectionallight","attributes":[{"name":"color","description":"平行光颜色","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/directional-light.html#attributes","value":{"type":"string","kind":"expression"}},{"name":"intensity","description":"平行光强度","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/directional-light.html#attributes","value":{"type":"number","kind":"expression"}},{"name":"position","description":"坐标位置","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/directional-light.html#attributes","value":{"type":"array<number>","kind":"expression"}},{"name":"target","description":"光射向的目标位置","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/directional-light.html#attributes","value":{"type":"array<number>","kind":"expression"}},{"name":"extra-options","description":"额外扩展属性，会直接将属性拷贝到初始化的options中，当key与props内的一样时会被props覆盖","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/directional-light.html#attributes","value":{"type":"object","kind":"expression"}}],"events":[{"name":"init","description":"实例","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/directional-light.html#events"}]},{"name":"el-amap-loca-grid","source":{"symbol":"ElAmapLocaGrid"},"description":"网格图，将普通的点数据按照网格划分成若干区域，每个网格区域都会包含落在此区域内的点数据信息。 每个网格格子支持单独设置自定义的高度信息、颜色信息。 要注意的是：我们认为所有网格格子必须是唯一的大小（radius）和间隙（gap）。我们还在带有高度的网格中加入了可接受光照信息的属性：acceptLight。假如设置了光照并在图层中开启接受光照， 那么每个立体网格将会有光照反射的效果。","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/grid-layer.html#amaplocagrid","attributes":[{"name":"cullface","description":"剔除背面/前面的面（选择剔除将会提升性能），可选：back/front/none，back是剔除背面的面，front是剔除前面的面，none是不进行剔除。default 'back'","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/grid-layer.html#attributes","value":{"type":"string","kind":"expression"}},{"name":"accept-light","description":"面是否接受光照，光照信息在 loca 对象中配置 default true","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/grid-layer.html#attributes","value":{"type":"boolean","kind":"expression"}},{"name":"shininess","description":"立体网格的粗糙度，值越高，说明表面越粗糙。default 30","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/grid-layer.html#attributes","value":{"type":"number","kind":"expression"}},{"name":"has-side","description":"当面有厚度的时候，有没有侧面和底面 default true","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/grid-layer.html#attributes","value":{"type":"boolean","kind":"expression"}},{"name":"depth","description":"是否开启深度检测，开启后可能会影响zIndex  default true","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/grid-layer.html#attributes","value":{"type":"boolean","kind":"expression"}},{"name":"init-events","description":"是否创建事件，自动为loca图层创建click和mousemove事件。 默认 true","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/grid-layer.html#attributes","value":{"type":"boolean","kind":"expression"}},{"name":"default-style-value","description":"默认样式，可以查看下面属性说明","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/grid-layer.html#attributes","value":{"type":"object","kind":"expression"}},{"name":"visible","description":"点标记是否可见，默认为true。","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/grid-layer.html#attributes","value":{"type":"boolean","kind":"expression"}},{"name":"z-index","description":"点标记的叠加顺序。地图上存在多个点标记叠加时，通过该属性使级别较高的点标记在上层显示，默认zIndex：12","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/grid-layer.html#attributes","value":{"type":"number","kind":"expression"}},{"name":"source-url","description":"数据源的链接地址，一般是接口地址，返回的数据必须是 geojson 格式。","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/grid-layer.html#attributes","value":{"type":"string","kind":"expression"}},{"name":"source-data","description":"数据对象。如果你不想使用 url 方式请求数据，可以直接填写请求好的 geojson 对象。  sourceUrl与sourceData只会生效一个，默认优先判断sourceUrl","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/grid-layer.html#attributes","value":{"type":"object","kind":"expression"}},{"name":"layer-style","description":"图层样式","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/grid-layer.html#attributes","value":{"type":"object","kind":"expression"}},{"name":"zooms","description":"图层缩放等级范围，默认[2,20]","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/grid-layer.html#attributes","value":{"type":"array","kind":"expression"}},{"name":"opacity","description":"图层整体透明度，默认 1","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/grid-layer.html#attributes","value":{"type":"number","kind":"expression"}},{"name":"visible-duration","description":"图层显隐时候过渡的时间，默认为0","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/grid-layer.html#attributes","value":{"type":"number","kind":"expression"}},{"name":"geo-buffer-source","description":"protocol-buffers(PBF) 格式的数据源，能够大幅压缩数据体积，有效减少数据传输时间。目前仅支持基于 mapbox/geobuf 的 GeoJSON PBF 实现","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/grid-layer.html#attributes","value":{"type":"[arraybuffer|string]","kind":"expression"}},{"name":"extra-options","description":"额外扩展属性，会直接将属性拷贝到初始化的options中，当key与props内的一样时会被props覆盖","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/grid-layer.html#attributes","value":{"type":"object","kind":"expression"}}],"events":[{"name":"init","description":"实例","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/grid-layer.html#events"},{"name":"click","description":"当点击到标号时返回对应的feature，否则返回undefined","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/grid-layer.html#events"},{"name":"mousemove","description":"当鼠标移动滑过标号时返回对应的feature，否则返回undefined","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/grid-layer.html#events"}]},{"name":"el-amap-loca-heatmap","source":{"symbol":"ElAmapLocaHeatmap"},"description":"热力图，支持 3D 和不同颜色设置的聚合点数据显示。并且支持像素单位和米单位的热力聚合。","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/heatmap-layer.html#amaplocaheatmap","attributes":[{"name":"depth","description":"是否开启深度检测，开启后可能会影响zIndex  default true","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/heatmap-layer.html#attributes","value":{"type":"boolean","kind":"expression"}},{"name":"init-events","description":"是否创建事件，自动为loca图层创建click和mousemove事件。 默认 true","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/heatmap-layer.html#attributes","value":{"type":"boolean","kind":"expression"}},{"name":"default-style-value","description":"默认样式，可以查看下面属性说明","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/heatmap-layer.html#attributes","value":{"type":"object","kind":"expression"}},{"name":"visible","description":"点标记是否可见，默认为true。","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/heatmap-layer.html#attributes","value":{"type":"boolean","kind":"expression"}},{"name":"z-index","description":"点标记的叠加顺序。地图上存在多个点标记叠加时，通过该属性使级别较高的点标记在上层显示，默认zIndex：12","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/heatmap-layer.html#attributes","value":{"type":"number","kind":"expression"}},{"name":"source-url","description":"数据源的链接地址，一般是接口地址，返回的数据必须是 geojson 格式。","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/heatmap-layer.html#attributes","value":{"type":"string","kind":"expression"}},{"name":"source-data","description":"数据对象。如果你不想使用 url 方式请求数据，可以直接填写请求好的 geojson 对象。  sourceUrl与sourceData只会生效一个，默认优先判断sourceUrl","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/heatmap-layer.html#attributes","value":{"type":"object","kind":"expression"}},{"name":"layer-style","description":"图层样式","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/heatmap-layer.html#attributes","value":{"type":"object","kind":"expression"}},{"name":"zooms","description":"图层缩放等级范围，默认[2,20]","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/heatmap-layer.html#attributes","value":{"type":"array","kind":"expression"}},{"name":"opacity","description":"图层整体透明度，默认 1","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/heatmap-layer.html#attributes","value":{"type":"number","kind":"expression"}},{"name":"visible-duration","description":"图层显隐时候过渡的时间，默认为0","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/heatmap-layer.html#attributes","value":{"type":"number","kind":"expression"}},{"name":"geo-buffer-source","description":"protocol-buffers(PBF) 格式的数据源，能够大幅压缩数据体积，有效减少数据传输时间。目前仅支持基于 mapbox/geobuf 的 GeoJSON PBF 实现","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/heatmap-layer.html#attributes","value":{"type":"[arraybuffer|string]","kind":"expression"}},{"name":"extra-options","description":"额外扩展属性，会直接将属性拷贝到初始化的options中，当key与props内的一样时会被props覆盖","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/heatmap-layer.html#attributes","value":{"type":"object","kind":"expression"}}],"events":[{"name":"init","description":"实例","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/heatmap-layer.html#events"},{"name":"click","description":"当点击到标号时返回对应的feature，否则返回undefined","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/heatmap-layer.html#events"},{"name":"mousemove","description":"当鼠标移动滑过标号时返回对应的feature，否则返回undefined","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/heatmap-layer.html#events"}]},{"name":"el-amap-loca-hexagon","source":{"symbol":"ElAmapLocaHexagon"},"description":"蜂窝网格图，将普通的点数据按照蜂窝网格划分成若干区域，每个蜂窝网格区域都会包含落在此区域内的点数据信息。 每个蜂窝网格格子支持单独设置自定义的高度信息、颜色信息。 要注意的是：我们认为所有蜂窝网格格子必须是唯一的大小（radius）和间隙（gap）。 我们还在带有高度的蜂窝网格中加入了可接受光照信息的属性：acceptLight。假如设置了光照并在图层中开启接受光照， 那么每个立体蜂窝网格将会有光照反射的效果。","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/hexagon-layer.html#amaplocahexagon","attributes":[{"name":"cullface","description":"剔除背面/前面的面（选择剔除将会提升性能），可选：back/front/none，back是剔除背面的面，front是剔除前面的面，none是不进行剔除。default 'back'","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/hexagon-layer.html#attributes","value":{"type":"string","kind":"expression"}},{"name":"accept-light","description":"面是否接受光照，光照信息在 loca 对象中配置 default true","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/hexagon-layer.html#attributes","value":{"type":"boolean","kind":"expression"}},{"name":"shininess","description":"立体网格的粗糙度，值越高，说明表面越粗糙。default 30","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/hexagon-layer.html#attributes","value":{"type":"number","kind":"expression"}},{"name":"has-side","description":"当面有厚度的时候，有没有侧面和底面 default true","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/hexagon-layer.html#attributes","value":{"type":"boolean","kind":"expression"}},{"name":"depth","description":"是否开启深度检测，开启后可能会影响zIndex  default true","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/hexagon-layer.html#attributes","value":{"type":"boolean","kind":"expression"}},{"name":"init-events","description":"是否创建事件，自动为loca图层创建click和mousemove事件。 默认 true","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/hexagon-layer.html#attributes","value":{"type":"boolean","kind":"expression"}},{"name":"default-style-value","description":"默认样式，可以查看下面属性说明","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/hexagon-layer.html#attributes","value":{"type":"object","kind":"expression"}},{"name":"visible","description":"点标记是否可见，默认为true。","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/hexagon-layer.html#attributes","value":{"type":"boolean","kind":"expression"}},{"name":"z-index","description":"点标记的叠加顺序。地图上存在多个点标记叠加时，通过该属性使级别较高的点标记在上层显示，默认zIndex：12","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/hexagon-layer.html#attributes","value":{"type":"number","kind":"expression"}},{"name":"source-url","description":"数据源的链接地址，一般是接口地址，返回的数据必须是 geojson 格式。","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/hexagon-layer.html#attributes","value":{"type":"string","kind":"expression"}},{"name":"source-data","description":"数据对象。如果你不想使用 url 方式请求数据，可以直接填写请求好的 geojson 对象。  sourceUrl与sourceData只会生效一个，默认优先判断sourceUrl","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/hexagon-layer.html#attributes","value":{"type":"object","kind":"expression"}},{"name":"layer-style","description":"图层样式","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/hexagon-layer.html#attributes","value":{"type":"object","kind":"expression"}},{"name":"zooms","description":"图层缩放等级范围，默认[2,20]","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/hexagon-layer.html#attributes","value":{"type":"array","kind":"expression"}},{"name":"opacity","description":"图层整体透明度，默认 1","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/hexagon-layer.html#attributes","value":{"type":"number","kind":"expression"}},{"name":"visible-duration","description":"图层显隐时候过渡的时间，默认为0","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/hexagon-layer.html#attributes","value":{"type":"number","kind":"expression"}},{"name":"geo-buffer-source","description":"protocol-buffers(PBF) 格式的数据源，能够大幅压缩数据体积，有效减少数据传输时间。目前仅支持基于 mapbox/geobuf 的 GeoJSON PBF 实现","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/hexagon-layer.html#attributes","value":{"type":"[arraybuffer|string]","kind":"expression"}},{"name":"extra-options","description":"额外扩展属性，会直接将属性拷贝到初始化的options中，当key与props内的一样时会被props覆盖","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/hexagon-layer.html#attributes","value":{"type":"object","kind":"expression"}}],"events":[{"name":"init","description":"实例","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/hexagon-layer.html#events"},{"name":"click","description":"当点击到标号时返回对应的feature，否则返回undefined","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/hexagon-layer.html#events"},{"name":"mousemove","description":"当鼠标移动滑过标号时返回对应的feature，否则返回undefined","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/hexagon-layer.html#events"}]},{"name":"el-amap-loca-icon","source":{"symbol":"ElAmapLocaIcon"},"description":"图标图层","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/icon-layer.html#amaplocaicon","attributes":[{"name":"init-events","description":"是否创建事件，自动为loca图层创建click和mousemove事件。 默认 true","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/icon-layer.html#attributes","value":{"type":"boolean","kind":"expression"}},{"name":"default-style-value","description":"默认样式，可以查看下面属性说明","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/icon-layer.html#attributes","value":{"type":"object","kind":"expression"}},{"name":"visible","description":"点标记是否可见，默认为true。","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/icon-layer.html#attributes","value":{"type":"boolean","kind":"expression"}},{"name":"z-index","description":"点标记的叠加顺序。地图上存在多个点标记叠加时，通过该属性使级别较高的点标记在上层显示，默认zIndex：12","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/icon-layer.html#attributes","value":{"type":"number","kind":"expression"}},{"name":"source-url","description":"数据源的链接地址，一般是接口地址，返回的数据必须是 geojson 格式。","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/icon-layer.html#attributes","value":{"type":"string","kind":"expression"}},{"name":"source-data","description":"数据对象。如果你不想使用 url 方式请求数据，可以直接填写请求好的 geojson 对象。  sourceUrl与sourceData只会生效一个，默认优先判断sourceUrl","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/icon-layer.html#attributes","value":{"type":"object","kind":"expression"}},{"name":"layer-style","description":"图层样式","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/icon-layer.html#attributes","value":{"type":"object","kind":"expression"}},{"name":"zooms","description":"图层缩放等级范围，默认[2,20]","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/icon-layer.html#attributes","value":{"type":"array","kind":"expression"}},{"name":"opacity","description":"图层整体透明度，默认 1","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/icon-layer.html#attributes","value":{"type":"number","kind":"expression"}},{"name":"visible-duration","description":"图层显隐时候过渡的时间，默认为0","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/icon-layer.html#attributes","value":{"type":"number","kind":"expression"}},{"name":"geo-buffer-source","description":"protocol-buffers(PBF) 格式的数据源，能够大幅压缩数据体积，有效减少数据传输时间。目前仅支持基于 mapbox/geobuf 的 GeoJSON PBF 实现","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/icon-layer.html#attributes","value":{"type":"[arraybuffer|string]","kind":"expression"}},{"name":"extra-options","description":"额外扩展属性，会直接将属性拷贝到初始化的options中，当key与props内的一样时会被props覆盖","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/icon-layer.html#attributes","value":{"type":"object","kind":"expression"}}],"events":[{"name":"init","description":"实例","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/icon-layer.html#events"},{"name":"click","description":"当点击到标号时返回对应的feature，否则返回undefined","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/icon-layer.html#events"},{"name":"mousemove","description":"当鼠标移动滑过标号时返回对应的feature，否则返回undefined","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/icon-layer.html#events"}]},{"name":"el-amap-loca-laser","source":{"symbol":"ElAmapLocaLaser"},"description":"激光图层，支持展示点类型数据的激光放射效果。","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/laser-layer.html#amaplocalaser","attributes":[{"name":"init-events","description":"是否创建事件，自动为loca图层创建click和mousemove事件。 默认 true","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/laser-layer.html#attributes","value":{"type":"boolean","kind":"expression"}},{"name":"default-style-value","description":"默认样式，可以查看下面属性说明","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/laser-layer.html#attributes","value":{"type":"object","kind":"expression"}},{"name":"visible","description":"点标记是否可见，默认为true。","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/laser-layer.html#attributes","value":{"type":"boolean","kind":"expression"}},{"name":"z-index","description":"点标记的叠加顺序。地图上存在多个点标记叠加时，通过该属性使级别较高的点标记在上层显示，默认zIndex：12","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/laser-layer.html#attributes","value":{"type":"number","kind":"expression"}},{"name":"source-url","description":"数据源的链接地址，一般是接口地址，返回的数据必须是 geojson 格式。","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/laser-layer.html#attributes","value":{"type":"string","kind":"expression"}},{"name":"source-data","description":"数据对象。如果你不想使用 url 方式请求数据，可以直接填写请求好的 geojson 对象。  sourceUrl与sourceData只会生效一个，默认优先判断sourceUrl","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/laser-layer.html#attributes","value":{"type":"object","kind":"expression"}},{"name":"layer-style","description":"图层样式","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/laser-layer.html#attributes","value":{"type":"object","kind":"expression"}},{"name":"zooms","description":"图层缩放等级范围，默认[2,20]","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/laser-layer.html#attributes","value":{"type":"array","kind":"expression"}},{"name":"opacity","description":"图层整体透明度，默认 1","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/laser-layer.html#attributes","value":{"type":"number","kind":"expression"}},{"name":"visible-duration","description":"图层显隐时候过渡的时间，默认为0","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/laser-layer.html#attributes","value":{"type":"number","kind":"expression"}},{"name":"geo-buffer-source","description":"protocol-buffers(PBF) 格式的数据源，能够大幅压缩数据体积，有效减少数据传输时间。目前仅支持基于 mapbox/geobuf 的 GeoJSON PBF 实现","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/laser-layer.html#attributes","value":{"type":"[arraybuffer|string]","kind":"expression"}},{"name":"depth","description":"图层中的要素是否具有前后遮盖关系，默认开启","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/laser-layer.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-loca/laser-layer.html#attributes","value":{"type":"object","kind":"expression"}}],"events":[{"name":"init","description":"实例","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/laser-layer.html#events"},{"name":"click","description":"当点击到标号时返回对应的feature，否则返回undefined","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/laser-layer.html#events"},{"name":"mousemove","description":"当鼠标移动滑过标号时返回对应的feature，否则返回undefined","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/laser-layer.html#events"}]},{"name":"el-amap-loca-line","source":{"symbol":"ElAmapLocaLine"},"description":"线图层，支持设置描边和虚线。","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/line-layer.html#amaplocaline","attributes":[{"name":"init-events","description":"是否创建事件，自动为loca图层创建click和mousemove事件。 默认 true","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/line-layer.html#attributes","value":{"type":"boolean","kind":"expression"}},{"name":"default-style-value","description":"默认样式，可以查看下面属性说明","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/line-layer.html#attributes","value":{"type":"object","kind":"expression"}},{"name":"visible","description":"点标记是否可见，默认为true。","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/line-layer.html#attributes","value":{"type":"boolean","kind":"expression"}},{"name":"z-index","description":"点标记的叠加顺序。地图上存在多个点标记叠加时，通过该属性使级别较高的点标记在上层显示，默认zIndex：12","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/line-layer.html#attributes","value":{"type":"number","kind":"expression"}},{"name":"source-url","description":"数据源的链接地址，一般是接口地址，返回的数据必须是 geojson 格式。","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/line-layer.html#attributes","value":{"type":"string","kind":"expression"}},{"name":"source-data","description":"数据对象。如果你不想使用 url 方式请求数据，可以直接填写请求好的 geojson 对象。  sourceUrl与sourceData只会生效一个，默认优先判断sourceUrl","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/line-layer.html#attributes","value":{"type":"object","kind":"expression"}},{"name":"layer-style","description":"图层样式","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/line-layer.html#attributes","value":{"type":"object","kind":"expression"}},{"name":"zooms","description":"图层缩放等级范围，默认[2,20]","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/line-layer.html#attributes","value":{"type":"array","kind":"expression"}},{"name":"opacity","description":"图层整体透明度，默认 1","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/line-layer.html#attributes","value":{"type":"number","kind":"expression"}},{"name":"visible-duration","description":"图层显隐时候过渡的时间，默认为0","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/line-layer.html#attributes","value":{"type":"number","kind":"expression"}},{"name":"geo-buffer-source","description":"protocol-buffers(PBF) 格式的数据源，能够大幅压缩数据体积，有效减少数据传输时间。目前仅支持基于 mapbox/geobuf 的 GeoJSON PBF 实现","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/line-layer.html#attributes","value":{"type":"[arraybuffer|string]","kind":"expression"}},{"name":"extra-options","description":"额外扩展属性，会直接将属性拷贝到初始化的options中，当key与props内的一样时会被props覆盖","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/line-layer.html#attributes","value":{"type":"object","kind":"expression"}}],"events":[{"name":"init","description":"实例","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/line-layer.html#events"},{"name":"click","description":"当点击到标号时返回对应的feature，否则返回undefined","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/line-layer.html#events"},{"name":"mousemove","description":"当鼠标移动滑过标号时返回对应的feature，否则返回undefined","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/line-layer.html#events"}]},{"name":"el-amap-loca-link","source":{"symbol":"ElAmapLocaLink"},"description":"链接线图层","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/link-layer.html#amaplocalink","attributes":[{"name":"init-events","description":"是否创建事件，自动为loca图层创建click和mousemove事件。 默认 true","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/link-layer.html#attributes","value":{"type":"boolean","kind":"expression"}},{"name":"default-style-value","description":"默认样式，可以查看下面属性说明","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/link-layer.html#attributes","value":{"type":"object","kind":"expression"}},{"name":"visible","description":"点标记是否可见，默认为true。","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/link-layer.html#attributes","value":{"type":"boolean","kind":"expression"}},{"name":"z-index","description":"点标记的叠加顺序。地图上存在多个点标记叠加时，通过该属性使级别较高的点标记在上层显示，默认zIndex：12","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/link-layer.html#attributes","value":{"type":"number","kind":"expression"}},{"name":"source-url","description":"数据源的链接地址，一般是接口地址，返回的数据必须是 geojson 格式。","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/link-layer.html#attributes","value":{"type":"string","kind":"expression"}},{"name":"source-data","description":"数据对象。如果你不想使用 url 方式请求数据，可以直接填写请求好的 geojson 对象。  sourceUrl与sourceData只会生效一个，默认优先判断sourceUrl","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/link-layer.html#attributes","value":{"type":"object","kind":"expression"}},{"name":"layer-style","description":"图层样式","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/link-layer.html#attributes","value":{"type":"object","kind":"expression"}},{"name":"zooms","description":"图层缩放等级范围，默认[2,20]","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/link-layer.html#attributes","value":{"type":"array","kind":"expression"}},{"name":"opacity","description":"图层整体透明度，默认 1","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/link-layer.html#attributes","value":{"type":"number","kind":"expression"}},{"name":"visible-duration","description":"图层显隐时候过渡的时间，默认为0","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/link-layer.html#attributes","value":{"type":"number","kind":"expression"}},{"name":"geo-buffer-source","description":"protocol-buffers(PBF) 格式的数据源，能够大幅压缩数据体积，有效减少数据传输时间。目前仅支持基于 mapbox/geobuf 的 GeoJSON PBF 实现","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/link-layer.html#attributes","value":{"type":"[arraybuffer|string]","kind":"expression"}},{"name":"extra-options","description":"额外扩展属性，会直接将属性拷贝到初始化的options中，当key与props内的一样时会被props覆盖","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/link-layer.html#attributes","value":{"type":"object","kind":"expression"}}],"events":[{"name":"init","description":"实例","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/link-layer.html#events"},{"name":"click","description":"当点击到标号时返回对应的feature，否则返回undefined","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/link-layer.html#events"},{"name":"mousemove","description":"当鼠标移动滑过标号时返回对应的feature，否则返回undefined","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/link-layer.html#events"}]},{"name":"el-amap-loca","source":{"symbol":"ElAmapLoca"},"description":"图层的容器和控制器","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/loca.html#amaploca","attributes":[{"name":"event-options","description":"事件属性，hitFirst是设置是否在选择到第一个要素后停止选择，用于事件数据选取，默认true","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/loca.html#attributes","value":{"type":"object `{hitfirst: true}`","kind":"expression"}},{"name":"extra-options","description":"额外扩展属性，会直接将属性拷贝到初始化的options中，当key与props内的一样时会被props覆盖","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/loca.html#attributes","value":{"type":"object","kind":"expression"}}],"events":[{"name":"init","description":"实例","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/loca.html#events"},{"name":"click","description":"当点击到标号时返回对应的feature数组，无数据时返回空数组","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/loca.html#events"},{"name":"mousemove","description":"当鼠标移动滑过标号时返回对应的feature数组，无数据时返回空数组","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/loca.html#events"},{"name":"rightclick","description":"鼠标右击时返回对应的feature数组，无数据时返回空数组","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/loca.html#events"}]},{"name":"el-amap-loca-point","source":{"symbol":"ElAmapLocaPoint"},"description":"圆点图层，拥有描边的原点，可以支持边缘模糊特效。<br/>","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/point-layer.html#amaplocapoint","attributes":[{"name":"blend","description":"图层里面元素的叠加效果，normal：正常透明度叠加，lighter：叠加后可能更加明亮","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/point-layer.html#attributes","value":{"type":"string","kind":"expression"}},{"name":"init-events","description":"是否创建事件，自动为loca图层创建click和mousemove事件。 默认 true","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/point-layer.html#attributes","value":{"type":"boolean","kind":"expression"}},{"name":"default-style-value","description":"默认样式，可以查看下面属性说明","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/point-layer.html#attributes","value":{"type":"object","kind":"expression"}},{"name":"visible","description":"点标记是否可见，默认为true。","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/point-layer.html#attributes","value":{"type":"boolean","kind":"expression"}},{"name":"z-index","description":"点标记的叠加顺序。地图上存在多个点标记叠加时，通过该属性使级别较高的点标记在上层显示，默认zIndex：12","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/point-layer.html#attributes","value":{"type":"number","kind":"expression"}},{"name":"source-url","description":"数据源的链接地址，一般是接口地址，返回的数据必须是 geojson 格式。","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/point-layer.html#attributes","value":{"type":"string","kind":"expression"}},{"name":"source-data","description":"数据对象。如果你不想使用 url 方式请求数据，可以直接填写请求好的 geojson 对象。  sourceUrl与sourceData只会生效一个，默认优先判断sourceUrl","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/point-layer.html#attributes","value":{"type":"object","kind":"expression"}},{"name":"layer-style","description":"图层样式","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/point-layer.html#attributes","value":{"type":"object","kind":"expression"}},{"name":"zooms","description":"图层缩放等级范围，默认[2,20]","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/point-layer.html#attributes","value":{"type":"array","kind":"expression"}},{"name":"opacity","description":"图层整体透明度，默认 1","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/point-layer.html#attributes","value":{"type":"number","kind":"expression"}},{"name":"visible-duration","description":"图层显隐时候过渡的时间，默认为0","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/point-layer.html#attributes","value":{"type":"number","kind":"expression"}},{"name":"geo-buffer-source","description":"protocol-buffers(PBF) 格式的数据源，能够大幅压缩数据体积，有效减少数据传输时间。目前仅支持基于 mapbox/geobuf 的 GeoJSON PBF 实现","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/point-layer.html#attributes","value":{"type":"[arraybuffer|string]","kind":"expression"}},{"name":"extra-options","description":"额外扩展属性，会直接将属性拷贝到初始化的options中，当key与props内的一样时会被props覆盖","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/point-layer.html#attributes","value":{"type":"object","kind":"expression"}}],"events":[{"name":"init","description":"实例","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/point-layer.html#events"},{"name":"click","description":"当点击到标号时返回对应的feature，否则返回undefined","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/point-layer.html#events"},{"name":"mousemove","description":"当鼠标移动滑过标号时返回对应的feature，否则返回undefined","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/point-layer.html#events"}]},{"name":"el-amap-loca-point-light","source":{"symbol":"ElAmapLocaPointLight"},"description":"点光，对于可以接受光照的图层（PolygonLayer 等）会增加点光的影响。点光源通常用来突出展示场景中的某些物体。 它的位置和平行光不太一样，x和y是地图上的经纬度位置，z是高度米，比如北京上空一万米的位置放一个点光源：position: [116.39079, 39.90624, 10000]。 光照的distance代表光能照射的最远距离是多少","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/point-light.html#amaplocapointlight","attributes":[{"name":"color","description":"点光颜色","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/point-light.html#attributes","value":{"type":"string","kind":"expression"}},{"name":"intensity","description":"光照强度","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/point-light.html#attributes","value":{"type":"number","kind":"expression"}},{"name":"position","description":"点光位置","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/point-light.html#attributes","value":{"type":"array<number>","kind":"expression"}},{"name":"distance","description":"距离表示从光源到光照强度为 0 的位置，0 就是光不会消失","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/point-light.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-loca/point-light.html#attributes","value":{"type":"object","kind":"expression"}}],"events":[{"name":"init","description":"实例","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/point-light.html#events"}]},{"name":"el-amap-loca-polygon","source":{"symbol":"ElAmapLocaPolygon"},"description":"面图层，支持多边形、复杂多边形、带洞多边形的绘制。支持底面海拔高度和面的厚度效果。 并且还支持对每个多边形设置不同的个性化样式，而且性能依然很好。 我们还对重复设置图层样式进行了性能优化，保证在某些频繁切换面样式的情况下依然流畅。 当你的希望你的面有透明度效果，并且面和面直接有高度的压盖关系时，我们对渲染效果进行了优化。 能让你看到清晰的透明面！ 注意：在侧面进行贴图的时候，如果你希望图片在侧面进行重复贴图，那么必须要求贴图纹理的宽高大小一定是 2 的 n 次方。 例如：256x512、1024x1024 等","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/polygon-layer.html#amaplocapolygon","attributes":[{"name":"cullface","description":"剔除背面/前面的面（选择剔除将会提升性能），可选：back/front/none，back是剔除背面的面，front是剔除前面的面，none是不进行剔除。default 'back'","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/polygon-layer.html#attributes","value":{"type":"string","kind":"expression"}},{"name":"accept-light","description":"面是否接受光照，光照信息在 loca 对象中配置 default true","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/polygon-layer.html#attributes","value":{"type":"boolean","kind":"expression"}},{"name":"shininess","description":"立体网格的粗糙度，值越高，说明表面越粗糙。default 30","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/polygon-layer.html#attributes","value":{"type":"number","kind":"expression"}},{"name":"has-side","description":"当面有厚度的时候，有没有侧面 default true","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/polygon-layer.html#attributes","value":{"type":"boolean","kind":"expression"}},{"name":"has-bottom","description":"当面有厚度的时候，有没有底面 default false","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/polygon-layer.html#attributes","value":{"type":"boolean","kind":"expression"}},{"name":"block-hide","description":"是否开启被遮挡的面隐藏，默认开启，如果关闭，在有透明度的时候，会显示出被遮挡的面 default true","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/polygon-layer.html#attributes","value":{"type":"boolean","kind":"expression"}},{"name":"depth","description":"是否开启深度检测，开启后可能会影响zIndex  default true","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/polygon-layer.html#attributes","value":{"type":"boolean","kind":"expression"}},{"name":"init-events","description":"是否创建事件，自动为loca图层创建click和mousemove事件。 默认 true","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/polygon-layer.html#attributes","value":{"type":"boolean","kind":"expression"}},{"name":"default-style-value","description":"默认样式，可以查看下面属性说明","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/polygon-layer.html#attributes","value":{"type":"object","kind":"expression"}},{"name":"visible","description":"点标记是否可见，默认为true。","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/polygon-layer.html#attributes","value":{"type":"boolean","kind":"expression"}},{"name":"z-index","description":"点标记的叠加顺序。地图上存在多个点标记叠加时，通过该属性使级别较高的点标记在上层显示，默认zIndex：12","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/polygon-layer.html#attributes","value":{"type":"number","kind":"expression"}},{"name":"source-url","description":"数据源的链接地址，一般是接口地址，返回的数据必须是 geojson 格式。","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/polygon-layer.html#attributes","value":{"type":"string","kind":"expression"}},{"name":"source-data","description":"数据对象。如果你不想使用 url 方式请求数据，可以直接填写请求好的 geojson 对象。  sourceUrl与sourceData只会生效一个，默认优先判断sourceUrl","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/polygon-layer.html#attributes","value":{"type":"object","kind":"expression"}},{"name":"layer-style","description":"图层样式","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/polygon-layer.html#attributes","value":{"type":"object","kind":"expression"}},{"name":"zooms","description":"图层缩放等级范围，默认[2,20]","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/polygon-layer.html#attributes","value":{"type":"array","kind":"expression"}},{"name":"opacity","description":"图层整体透明度，默认 1","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/polygon-layer.html#attributes","value":{"type":"number","kind":"expression"}},{"name":"visible-duration","description":"图层显隐时候过渡的时间，默认为0","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/polygon-layer.html#attributes","value":{"type":"number","kind":"expression"}},{"name":"geo-buffer-source","description":"protocol-buffers(PBF) 格式的数据源，能够大幅压缩数据体积，有效减少数据传输时间。目前仅支持基于 mapbox/geobuf 的 GeoJSON PBF 实现","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/polygon-layer.html#attributes","value":{"type":"[arraybuffer|string]","kind":"expression"}},{"name":"extra-options","description":"额外扩展属性，会直接将属性拷贝到初始化的options中，当key与props内的一样时会被props覆盖","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/polygon-layer.html#attributes","value":{"type":"object","kind":"expression"}}],"events":[{"name":"init","description":"实例","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/polygon-layer.html#events"},{"name":"click","description":"当点击到标号时返回对应的feature，否则返回undefined","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/polygon-layer.html#events"},{"name":"mousemove","description":"当鼠标移动滑过标号时返回对应的feature，否则返回undefined","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/polygon-layer.html#events"}]},{"name":"el-amap-loca-prism","source":{"symbol":"ElAmapLocaPrism"},"description":"棱柱图层，使用点类型数据表达带有高度的立体棱柱，使用高度、颜色、半径等样式表达点数据的不同维度属性信息。支持动画、光照效果。","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/prism-layer.html#amaplocaprism","attributes":[{"name":"cullface","description":"剔除背面/前面的面（选择剔除将会提升性能），可选：back/front/none，back是剔除背面的面，front是剔除前面的面，none是不进行剔除。default 'back'","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/prism-layer.html#attributes","value":{"type":"string","kind":"expression"}},{"name":"accept-light","description":"面是否接受光照，光照信息在 loca 对象中配置 default true","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/prism-layer.html#attributes","value":{"type":"boolean","kind":"expression"}},{"name":"shininess","description":"立体网格的粗糙度，值越高，说明表面越粗糙。default 30","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/prism-layer.html#attributes","value":{"type":"number","kind":"expression"}},{"name":"has-side","description":"当面有厚度的时候，有没有侧面和底面 default true","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/prism-layer.html#attributes","value":{"type":"boolean","kind":"expression"}},{"name":"depth","description":"是否开启深度检测，开启后可能会影响zIndex  default true","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/prism-layer.html#attributes","value":{"type":"boolean","kind":"expression"}},{"name":"init-events","description":"是否创建事件，自动为loca图层创建click和mousemove事件。 默认 true","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/prism-layer.html#attributes","value":{"type":"boolean","kind":"expression"}},{"name":"default-style-value","description":"默认样式，可以查看下面属性说明","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/prism-layer.html#attributes","value":{"type":"object","kind":"expression"}},{"name":"visible","description":"点标记是否可见，默认为true。","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/prism-layer.html#attributes","value":{"type":"boolean","kind":"expression"}},{"name":"z-index","description":"点标记的叠加顺序。地图上存在多个点标记叠加时，通过该属性使级别较高的点标记在上层显示，默认zIndex：12","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/prism-layer.html#attributes","value":{"type":"number","kind":"expression"}},{"name":"source-url","description":"数据源的链接地址，一般是接口地址，返回的数据必须是 geojson 格式。","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/prism-layer.html#attributes","value":{"type":"string","kind":"expression"}},{"name":"source-data","description":"数据对象。如果你不想使用 url 方式请求数据，可以直接填写请求好的 geojson 对象。  sourceUrl与sourceData只会生效一个，默认优先判断sourceUrl","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/prism-layer.html#attributes","value":{"type":"object","kind":"expression"}},{"name":"layer-style","description":"图层样式","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/prism-layer.html#attributes","value":{"type":"object","kind":"expression"}},{"name":"zooms","description":"图层缩放等级范围，默认[2,20]","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/prism-layer.html#attributes","value":{"type":"array","kind":"expression"}},{"name":"opacity","description":"图层整体透明度，默认 1","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/prism-layer.html#attributes","value":{"type":"number","kind":"expression"}},{"name":"visible-duration","description":"图层显隐时候过渡的时间，默认为0","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/prism-layer.html#attributes","value":{"type":"number","kind":"expression"}},{"name":"geo-buffer-source","description":"protocol-buffers(PBF) 格式的数据源，能够大幅压缩数据体积，有效减少数据传输时间。目前仅支持基于 mapbox/geobuf 的 GeoJSON PBF 实现","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/prism-layer.html#attributes","value":{"type":"[arraybuffer|string]","kind":"expression"}},{"name":"extra-options","description":"额外扩展属性，会直接将属性拷贝到初始化的options中，当key与props内的一样时会被props覆盖","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/prism-layer.html#attributes","value":{"type":"object","kind":"expression"}}],"events":[{"name":"init","description":"实例","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/prism-layer.html#events"},{"name":"click","description":"当点击到标号时返回对应的feature，否则返回undefined","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/prism-layer.html#events"},{"name":"mousemove","description":"当鼠标移动滑过标号时返回对应的feature，否则返回undefined","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/prism-layer.html#events"}]},{"name":"el-amap-loca-pulse-line","source":{"symbol":"ElAmapLocaPulseLine"},"description":"轨迹线图层，支持设置轨迹样式和轨迹点。","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/pulse-line-layer.html#amaplocapulseline","attributes":[{"name":"init-events","description":"是否创建事件，自动为loca图层创建click和mousemove事件。 默认 true","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/pulse-line-layer.html#attributes","value":{"type":"boolean","kind":"expression"}},{"name":"default-style-value","description":"默认样式，可以查看下面属性说明","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/pulse-line-layer.html#attributes","value":{"type":"object","kind":"expression"}},{"name":"visible","description":"点标记是否可见，默认为true。","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/pulse-line-layer.html#attributes","value":{"type":"boolean","kind":"expression"}},{"name":"z-index","description":"点标记的叠加顺序。地图上存在多个点标记叠加时，通过该属性使级别较高的点标记在上层显示，默认zIndex：12","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/pulse-line-layer.html#attributes","value":{"type":"number","kind":"expression"}},{"name":"source-url","description":"数据源的链接地址，一般是接口地址，返回的数据必须是 geojson 格式。","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/pulse-line-layer.html#attributes","value":{"type":"string","kind":"expression"}},{"name":"source-data","description":"数据对象。如果你不想使用 url 方式请求数据，可以直接填写请求好的 geojson 对象。  sourceUrl与sourceData只会生效一个，默认优先判断sourceUrl","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/pulse-line-layer.html#attributes","value":{"type":"object","kind":"expression"}},{"name":"layer-style","description":"图层样式","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/pulse-line-layer.html#attributes","value":{"type":"object","kind":"expression"}},{"name":"zooms","description":"图层缩放等级范围，默认[2,20]","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/pulse-line-layer.html#attributes","value":{"type":"array","kind":"expression"}},{"name":"opacity","description":"图层整体透明度，默认 1","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/pulse-line-layer.html#attributes","value":{"type":"number","kind":"expression"}},{"name":"visible-duration","description":"图层显隐时候过渡的时间，默认为0","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/pulse-line-layer.html#attributes","value":{"type":"number","kind":"expression"}},{"name":"geo-buffer-source","description":"protocol-buffers(PBF) 格式的数据源，能够大幅压缩数据体积，有效减少数据传输时间。目前仅支持基于 mapbox/geobuf 的 GeoJSON PBF 实现","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/pulse-line-layer.html#attributes","value":{"type":"[arraybuffer|string]","kind":"expression"}},{"name":"extra-options","description":"额外扩展属性，会直接将属性拷贝到初始化的options中，当key与props内的一样时会被props覆盖","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/pulse-line-layer.html#attributes","value":{"type":"object","kind":"expression"}}],"events":[{"name":"init","description":"实例","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/pulse-line-layer.html#events"},{"name":"click","description":"当点击到标号时返回对应的feature，否则返回undefined","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/pulse-line-layer.html#events"},{"name":"mousemove","description":"当鼠标移动滑过标号时返回对应的feature，否则返回undefined","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/pulse-line-layer.html#events"}]},{"name":"el-amap-loca-pulse-link","source":{"symbol":"ElAmapLocaPulseLink"},"description":"连接飞线图层，可以支持弧度，宽度，过渡色等能力。 并且还支持脉冲动画，可以表达数据的朝向。","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/pulse-link-layer.html#amaplocapulselink","attributes":[{"name":"depth","description":"图层中的要素是否具有前后遮盖关系，默认开启","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/pulse-link-layer.html#attributes","value":{"type":"boolean","kind":"expression"}},{"name":"init-events","description":"是否创建事件，自动为loca图层创建click和mousemove事件。 默认 true","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/pulse-link-layer.html#attributes","value":{"type":"boolean","kind":"expression"}},{"name":"default-style-value","description":"默认样式，可以查看下面属性说明","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/pulse-link-layer.html#attributes","value":{"type":"object","kind":"expression"}},{"name":"visible","description":"点标记是否可见，默认为true。","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/pulse-link-layer.html#attributes","value":{"type":"boolean","kind":"expression"}},{"name":"z-index","description":"点标记的叠加顺序。地图上存在多个点标记叠加时，通过该属性使级别较高的点标记在上层显示，默认zIndex：12","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/pulse-link-layer.html#attributes","value":{"type":"number","kind":"expression"}},{"name":"source-url","description":"数据源的链接地址，一般是接口地址，返回的数据必须是 geojson 格式。","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/pulse-link-layer.html#attributes","value":{"type":"string","kind":"expression"}},{"name":"source-data","description":"数据对象。如果你不想使用 url 方式请求数据，可以直接填写请求好的 geojson 对象。  sourceUrl与sourceData只会生效一个，默认优先判断sourceUrl","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/pulse-link-layer.html#attributes","value":{"type":"object","kind":"expression"}},{"name":"layer-style","description":"图层样式","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/pulse-link-layer.html#attributes","value":{"type":"object","kind":"expression"}},{"name":"zooms","description":"图层缩放等级范围，默认[2,20]","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/pulse-link-layer.html#attributes","value":{"type":"array","kind":"expression"}},{"name":"opacity","description":"图层整体透明度，默认 1","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/pulse-link-layer.html#attributes","value":{"type":"number","kind":"expression"}},{"name":"visible-duration","description":"图层显隐时候过渡的时间，默认为0","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/pulse-link-layer.html#attributes","value":{"type":"number","kind":"expression"}},{"name":"geo-buffer-source","description":"protocol-buffers(PBF) 格式的数据源，能够大幅压缩数据体积，有效减少数据传输时间。目前仅支持基于 mapbox/geobuf 的 GeoJSON PBF 实现","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/pulse-link-layer.html#attributes","value":{"type":"[arraybuffer|string]","kind":"expression"}},{"name":"extra-options","description":"额外扩展属性，会直接将属性拷贝到初始化的options中，当key与props内的一样时会被props覆盖","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/pulse-link-layer.html#attributes","value":{"type":"object","kind":"expression"}}],"events":[{"name":"init","description":"实例","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/pulse-link-layer.html#events"},{"name":"click","description":"当点击到标号时返回对应的feature，否则返回undefined","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/pulse-link-layer.html#events"},{"name":"mousemove","description":"当鼠标移动滑过标号时返回对应的feature，否则返回undefined","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/pulse-link-layer.html#events"}]},{"name":"el-amap-loca-scatter","source":{"symbol":"ElAmapLocaScatter"},"description":"大地面上的点，可展示三种类型：颜色圆、图标、动画图标。动画开启需要使用 **loca.animate.start","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/scatter-layer.html#amaplocascatter","attributes":[{"name":"init-events","description":"是否创建事件，自动为loca图层创建click和mousemove事件。 默认 true","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/scatter-layer.html#attributes","value":{"type":"boolean","kind":"expression"}},{"name":"default-style-value","description":"默认样式，可以查看下面属性说明","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/scatter-layer.html#attributes","value":{"type":"object","kind":"expression"}},{"name":"visible","description":"点标记是否可见，默认为true。","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/scatter-layer.html#attributes","value":{"type":"boolean","kind":"expression"}},{"name":"z-index","description":"点标记的叠加顺序。地图上存在多个点标记叠加时，通过该属性使级别较高的点标记在上层显示，默认zIndex：12","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/scatter-layer.html#attributes","value":{"type":"number","kind":"expression"}},{"name":"source-url","description":"数据源的链接地址，一般是接口地址，返回的数据必须是 geojson 格式。","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/scatter-layer.html#attributes","value":{"type":"string","kind":"expression"}},{"name":"source-data","description":"数据对象。如果你不想使用 url 方式请求数据，可以直接填写请求好的 geojson 对象。  sourceUrl与sourceData只会生效一个，默认优先判断sourceUrl","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/scatter-layer.html#attributes","value":{"type":"object","kind":"expression"}},{"name":"layer-style","description":"图层样式","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/scatter-layer.html#attributes","value":{"type":"object","kind":"expression"}},{"name":"zooms","description":"图层缩放等级范围，默认[2,20]","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/scatter-layer.html#attributes","value":{"type":"array","kind":"expression"}},{"name":"opacity","description":"图层整体透明度，默认 1","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/scatter-layer.html#attributes","value":{"type":"number","kind":"expression"}},{"name":"visible-duration","description":"图层显隐时候过渡的时间，默认为0","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/scatter-layer.html#attributes","value":{"type":"number","kind":"expression"}},{"name":"geo-buffer-source","description":"protocol-buffers(PBF) 格式的数据源，能够大幅压缩数据体积，有效减少数据传输时间。目前仅支持基于 mapbox/geobuf 的 GeoJSON PBF 实现","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/scatter-layer.html#attributes","value":{"type":"[arraybuffer|string]","kind":"expression"}},{"name":"extra-options","description":"额外扩展属性，会直接将属性拷贝到初始化的options中，当key与props内的一样时会被props覆盖","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/scatter-layer.html#attributes","value":{"type":"object","kind":"expression"}}],"events":[{"name":"init","description":"实例","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/scatter-layer.html#events"},{"name":"click","description":"当点击到标号时返回对应的feature，否则返回undefined","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/scatter-layer.html#events"},{"name":"mousemove","description":"当鼠标移动滑过标号时返回对应的feature，否则返回undefined","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/scatter-layer.html#events"}]},{"name":"el-amap-loca-z-marker","source":{"symbol":"ElAmapLocaZMarker"},"description":"垂直于大地表面的 Marker 图层，支持传入自定义 DOM 进行绘制。你可以使用它展示一些 和数据相关的文字、图片信息，而且它还支持永远朝向屏幕的特性，非常适合对文字类信息的展示。","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/z-marker-layer.html#amaplocazmarker","attributes":[{"name":"init-events","description":"是否创建事件，自动为loca图层创建click和mousemove事件。 默认 true","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/z-marker-layer.html#attributes","value":{"type":"boolean","kind":"expression"}},{"name":"default-style-value","description":"默认样式，可以查看下面属性说明","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/z-marker-layer.html#attributes","value":{"type":"object","kind":"expression"}},{"name":"visible","description":"点标记是否可见，默认为true.","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/z-marker-layer.html#attributes","value":{"type":"boolean","kind":"expression"}},{"name":"z-index","description":"点标记的叠加顺序。地图上存在多个点标记叠加时，通过该属性使级别较高的点标记在上层显示，默认zIndex：12","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/z-marker-layer.html#attributes","value":{"type":"number","kind":"expression"}},{"name":"source-url","description":"数据源的链接地址，一般是接口地址，返回的数据必须是 geojson 格式。","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/z-marker-layer.html#attributes","value":{"type":"string","kind":"expression"}},{"name":"source-data","description":"数据对象。如果你不想使用 url 方式请求数据，可以直接填写请求好的 geojson 对象。  sourceUrl与sourceData只会生效一个，默认优先判断sourceUrl","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/z-marker-layer.html#attributes","value":{"type":"object","kind":"expression"}},{"name":"layer-style","description":"图层样式","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/z-marker-layer.html#attributes","value":{"type":"object","kind":"expression"}},{"name":"zooms","description":"图层缩放等级范围，默认[2,20]","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/z-marker-layer.html#attributes","value":{"type":"array","kind":"expression"}},{"name":"opacity","description":"图层整体透明度，默认 1","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/z-marker-layer.html#attributes","value":{"type":"number","kind":"expression"}},{"name":"visible-duration","description":"图层显隐时候过渡的时间，默认为0","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/z-marker-layer.html#attributes","value":{"type":"number","kind":"expression"}},{"name":"geo-buffer-source","description":"protocol-buffers(PBF) 格式的数据源，能够大幅压缩数据体积，有效减少数据传输时间。目前仅支持基于 mapbox/geobuf 的 GeoJSON PBF 实现","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/z-marker-layer.html#attributes","value":{"type":"[arraybuffer|string]","kind":"expression"}},{"name":"extra-options","description":"额外扩展属性，会直接将属性拷贝到初始化的options中，当key与props内的一样时会被props覆盖","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/z-marker-layer.html#attributes","value":{"type":"object","kind":"expression"}}],"events":[{"name":"init","description":"实例","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/z-marker-layer.html#events"},{"name":"click","description":"当点击到标号时返回对应的feature，否则返回undefined","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/z-marker-layer.html#events"},{"name":"mousemove","description":"当鼠标移动滑过标号时返回对应的feature，否则返回undefined","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-loca/z-marker-layer.html#events"}]}]}}}