Handler to respond to mouse events related to a drawn feature. Callbacks will be called for over, move, out, up, down, and click (corresponding to the equivalent mouse events).
{Object} An object with a ‘over’ property whos value is a function to be called when the mouse is over a feature. The callback should expect to recieve a single argument, the feature.