OpenLayers. Handler. Feature

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).

Summary
Handler to respond to mouse events related to a drawn feature.

Constructor

OpenLayers. Handler. Feature

Parameters

control{OpenLayers.Control}
layers{Array(OpenLayers.Layer.Vector)}
callbacks{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.
options{Object}
Controls affect the display or behavior of the map.
Instances of OpenLayers.Layer.Vector are used to render vector data from a variety of sources.