mapTouchEvent

GeoGlobe.Event. mapTouchEvent

触摸事件类,为二维地图提供地图触摸事件。

Constructor

new mapTouchEvent()

Methods

initialize(options)

GeoGlobe.MapTouchEvent构造函数。
Parameters:
Name Type Description
options Object MapTouchEvent相关选项设置。

onTouchCancel(ev)

触摸取消事件。
Parameters:
Name Type Description
ev string 触摸取消。

onTouchEnd(ev)

触摸结束事件。
Parameters:
Name Type Description
ev string 触摸结束。

onTouchMove(ev)

触摸移动事件。
Parameters:
Name Type Description
ev string 触摸移动。

onTouchStart(ev)

触摸开始事件。
Parameters:
Name Type Description
ev string 触摸开始。

onTouchTimeout()

触摸延时。

remove(touchstart, touchmove, touchend, touchcancel, dblclick)

触摸事件移除。
Parameters:
Name Type Description
touchstart 触摸开始
touchmove 触摸移动
touchend 触摸结束
touchcancel 触摸取消
dblclick 鼠标双击