Handle mouse down.
mousedown: function( evt )
Handle mouse moves.
mousemove: function( evt )
Handle mouse up.
mouseup: function( evt )
Capture double-clicks.
dblclick: function( evt )
Trigger the appropriate callback if a feature is under the mouse.
select: function( type, evt )
Turn on the handler.
activate: function()