Skip to content

VAttributionControl

VAttributionControl 控件显示地图的属性信息。

基础用法

API

attributionControlProps

属性名说明类型默认值
position控件位置stringtop-left
compact是否紧凑模式booleanfalse
customAttribution自定义属性string-

attributionControlEmits

事件名说明回调参数
add控件添加完成后触发Function
remove控件移除完成后触发Function

类型定义

AttributionControlLoadEvent

control/AttributionControl/AttributionControl.ts
typescript
export interface AttributionControlLoadEvent {
  type: 'attribution'
  control: AttributionControl
  map: Map
}

基于 MIT 许可发布