ALKMaps.Layer.Boxes

Draw divs as ‘boxes’ on the layer.

Inherits from

Summary
ALKMaps.Layer.BoxesDraw divs as ‘boxes’ on the layer.
Constructor
ALKMaps.Layer.Boxes
Functions
drawMarkerCalculate the pixel location for the marker, create it, and add it to the layer’s div
removeMarker

Constructor

ALKMaps.Layer.Boxes

Parameters

name{String}
options{Object} Hashtable of extra options to tag onto the layer

Functions

drawMarker

drawMarker: function(marker)

Calculate the pixel location for the marker, create it, and add it to the layer’s div

Parameters

marker{ALKMaps.Marker.Box}

removeMarker

removeMarker: function(marker)

Parameters

marker{ALKMaps.Marker.Box}
drawMarker: function(marker)
Calculate the pixel location for the marker, create it, and add it to the layer’s div
removeMarker: function(marker)
Close