ALKMaps. | |
Properties | |
bounds | {ALKMaps.Bounds} |
div | {DOMElement} |
Constructor | |
ALKMaps. | |
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 | {ALKMaps.Bounds} |
borderColor | {String} |
borderWidth | {int} |
draw: function( px, sz )
px | {ALKMaps.Pixel} |
sz | {ALKMaps.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 )