Handler for dragging a rectangle across the map. Box is displayed on mouse down, moves on mouse move, and is finished on mouse up.
OpenLayers. Handler.Box | Handler for dragging a rectangle across the map. |
Properties | |
boxDivClassName | {String} The CSS class to use for drawing the box. |
Constructor | |
OpenLayers. Handler.Box |
control | {OpenLayers.Control} |
callbacks | {Object} An object containing a single function to be called when the drag operation is finished. The callback should expect to recieve a single argument, the point geometry. |
options | {Object} |