Constructor
new mapBoxZoomEvent()
Members
boxZoomBounds :LngLatbounds
- Default Value:
- null
范围
Type:
- LngLatbounds
Methods
initialize(options)
GeoGlobe.MapMouseEvent构造函数。
Parameters:
Name | Type | Description |
---|---|---|
options |
Object | mapBoxZoomEvent相关选项设置。 |
onMouseDown()
鼠标按下事件。
onMouseMove(ev)
鼠标移动事件。
Parameters:
Name | Type | Description |
---|---|---|
ev |
string | 鼠标移动事件。 |
onMouseUp()
鼠标弹起事件。
remove(keydown, mousemove, mousedown, mouseup)
事件移除。
Parameters:
Name | Type | Description |
---|---|---|
keydown |
string | 键盘按下 |
mousemove |
string | 鼠标移动 |
mousedown |
string | 鼠标按下 |
mouseup |
string | 鼠标弹起 |