VAttributionControl
VAttributionControl
控件显示地图的属性信息。
基础用法
API
attributionControlProps
属性名 | 说明 | 类型 | 默认值 |
---|---|---|---|
position | 控件位置 | string | top-left |
compact | 是否紧凑模式 | boolean | false |
customAttribution | 自定义属性 | string | - |
attributionControlEmits
事件名 | 说明 | 回调参数 |
---|---|---|
add | 控件添加完成后触发 | Function |
remove | 控件移除完成后触发 | Function |
类型定义
AttributionControlLoadEvent
typescript
export interface AttributionControlLoadEvent {
type: 'attribution'
control: AttributionControl
map: Map
}