| OpenLayers. | |
| Properties | |
| bounds | {OpenLayers.Bounds} | 
| div | {DOMElement} | 
| Constructor | |
| OpenLayers. | |
| Functions | |
| destroy | |
| setBorder | Allow the user to change the box’s color and border width | 
| draw | |
| onScreen | {Boolean} Whether or not the marker is currently visible on screen. | 
| display | Hide or show the icon | 
| bounds | {OpenLayers.Bounds} | 
| borderColor | {String} | 
| borderWidth | {int} | 
draw: function( px, sz ) 
| px | {OpenLayers.Pixel} | 
| sz | {OpenLayers.Size} | 
{DOMElement} A new DOM Image with this marker’s icon set at the location passed-in
destroy: function() 
Allow the user to change the box’s color and border width
setBorder: function ( color, width ) 
draw: function( px, sz ) 
{Boolean} Whether or not the marker is currently visible on screen.
onScreen:function() 
Hide or show the icon
display: function( display )