Constructor
new ScrollZoomHandler()
Members
map :GeoGlobe.Map
- Default Value:
 - null
 
    地图对象。
    Type:
Methods
disable()
    不能交互。
        
            
    
    enable()
    能交互。
        
            
    
    initialize(options)
    GeoGlobe.Handler构造函数。
    Parameters:
| Name | Type | Description | 
|---|---|---|
options | 
            
            Object | Handler.ScrollZoomHandler相关选项设置。 | 
isEnabled() → {Boolean}
    是否交互。
Returns:
    able -  是否交互。
- Type
 - Boolean