VUiControl
VUiControl
控件用于在地图上添加自定义元素。
基础用法
API
uiControlProps
属性名 | 说明 | 类型 | 默认值 |
---|---|---|---|
position | 控件位置 | string | top-left |
container | 控件容器 | HTMLElement | HTMLDivElement |
uiControlEmits
事件名 | 说明 | 回调参数 |
---|---|---|
add | 控件添加完成后触发 | Function |
remove | 控件移除完成后触发 | Function |
类型定义
UIControlLoadEvent
typescript
export interface UIControlLoadEvent {
type: 'ui'
control: UiControl
map: Map
}