BaseControl
BaseControl
是一个基础组件,用于定义控件。
API
controlProps
属性名 | 说明 | 类型 | 默认值 |
---|---|---|---|
position | 控件位置 | string | top-left |
baseControlProps
属性名 | 说明 | 类型 | 默认值 |
---|---|---|---|
继承自 | controlProps | - | - |
type | 控件类型 | string | attribution |
attributionOptions | 归属控件选项 | Object | - |
fullscreenOptions | 全屏控件选项 | Object | - |
navigationOptions | 导航控件选项 | Object | - |
geolocateOptions | 定位控件选项 | Object | - |
scaleOptions | 比例控件选项 | Object | - |
uiOptions | UI 控件选项 | Object | - |
controlEmits
事件名 | 说明 | 回调参数 |
---|---|---|
add | 控件添加完成后触发 | Function |
remove | 控件移除完成后触发 | Function |
类型定义
ControlLoadEvent
typescript
export interface ControlLoadEvent {
type: any
control: any
map: Map
}