Skip to content

VUiControl

VUiControl 控件用于在地图上添加自定义元素。

基础用法

API

uiControlProps

属性名说明类型默认值
position控件位置stringtop-left
container控件容器HTMLElementHTMLDivElement

uiControlEmits

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

类型定义

UIControlLoadEvent

control/UiControl/UiControl.ts
typescript
export interface UIControlLoadEvent {
  type: 'ui'
  control: UiControl
  map: Map
}

基于 MIT 许可发布