可视化
Classes
Methods
addTo(map)
与gl地图对象关联
Parameters:
Name | Type | Description |
---|---|---|
map |
Object | gl地图对象 |
off(type, listener) → {Object}
删除以前注册的事件侦听器。
Parameters:
Name | Type | Description |
---|---|---|
type |
string | 事件类型。 |
listener |
function | 侦听器要删除的侦听器函数。 |
Returns:
`this`
- Type
- Object
on(type, listener) → {Object}
将侦听器添加到指定的事件类型。
Parameters:
Name | Type | Description |
---|---|---|
type |
String | 事件类型。 |
listener |
function | 侦听器事件触发时要调用的函数。 |
Returns:
`this`
- Type
- Object
once(type, listener) → {Object}
将只会调用一次的侦听器添加到指定的事件类型。
监听器在注册后第一次触发该事件。
Parameters:
Name | Type | Description |
---|---|---|
type |
string | 事件类型。 |
listener |
function | 侦听器要删除的侦听器函数。 |
Returns:
`this`
- Type
- Object
remove()
移除可视化图层容器
Events
overlayerclick
Properties:
Name | Type | Description |
---|---|---|
data |
Object | 回调参数 |
可视化图层(覆盖图层)鼠标点击事件
overlayerhover
Properties:
Name | Type | Description |
---|---|---|
data |
Object | 回调参数 |
可视化图层(覆盖图层)鼠标悬浮事件
overlayerinit
Properties:
Name | Type | Description |
---|---|---|
gl |
Object | 回调参数 |
可视化图层(覆盖图层)WebGL画布初始事件