Constructor
new TouchZoomRotateHandler()
Members
map :GeoGlobe.Map
- Default Value:
- null
地图对象。
Type:
Methods
disable()
不能交互。
disableRotation()
禁用“捏”的相互作用,留下“捏放大缩小”的互动功能。
enable()
能交互。
enableRotation()
允许“捏”的相互作用
initialize(options)
GeoGlobe.Handler构造函数。
Parameters:
Name | Type | Description |
---|---|---|
options |
Object | Handler.TouchZoomRotateHandler相关选项设置。 |
isEnabled() → {Boolean}
是否交互。
Returns:
able - 是否交互。
- Type
- Boolean