KeyboardHandler

GeoGlobe.Handler. KeyboardHandler

继承于GeoGlobe.Handler 键盘操作监听,为二维地图提供键盘操作监听功能。

Constructor

new KeyboardHandler()

Members

map :GeoGlobe.Map

Default Value:
  • null
地图对象。
Type:

Methods

disable()

不能交互。

enable()

能交互。

initialize(options)

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

isEnabled() → {Boolean}

是否交互。
Returns:
able - 是否交互。
Type
Boolean