OpenLayers JavaScript Mapping Library |
OpenLayers. Control. NavigationThe navigation control handles map browsing with mouse events (dragging, double-clicking, and scrolling the wheel). Create a new navigation control with the OpenLayers.Control.Navigation control. Note that this control is added to the map by default (if no controls array is sent in the options object to the OpenLayers.Map constructor). InheritsSummary
|
activate: function()
deactivate: function()
draw: function()
defaultDblClick: function ( evt )
wheelChange: function( evt, deltaZ )
User spun scroll wheel up
wheelUp: function( evt )
User spun scroll wheel down
wheelDown: function( evt )