B | |
baseLayerDraw, ALKMaps. | |
baseMap, ALKMaps. | |
beforeSelectFeature, ALKMaps. | |
bind, ALKMaps. | |
bindAsEventListener, ALKMaps. | |
boolean, ALKMaps. | |
bottomleft, ALKMaps. | |
bottomright, ALKMaps. | |
box, ALKMaps. | |
buildCoordinates, ALKMaps. | |
buildCoordinatesNode, ALKMaps. | |
buildExtendedData, ALKMaps. | |
buildGeometryNode, ALKMaps. | |
buildLabelElement, Util | |
buildSelectElement, Util | |
buildTableCell, Util | |
buildTableOrRow, Util | |
buttonClick, ALKMaps. |
baseLayerDraw: function()
Called before a feature is selected.
beforeSelectFeature: function( feature )
Bind a function to an object.
bind: function( func, object )
Bind a function to an object, and configure it to receive the event object as first parameter when called.
bindAsEventListener: function( func, object )
Create an anchored marker that is placed on bottom left side of a location.
ALKMaps.Marker2.Anchored.bottomleft = function( id, lonlat, contentSize, contentHTML, anchor, closeBox, attributes )
Create an anchored marker that is placed on bottom right side of a location.
ALKMaps.Marker2.Anchored.bottomright = function( id, lonlat, contentSize, contentHTML, anchor, closeBox, attributes )
buildCoordinates: function( point )
Builds and returns the KML coordinates node with the given geometry coordinates...</coordinates>
buildCoordinatesNode: function( geometry )
buildExtendedData: function( attributes )
Builds and returns a KML geometry node with the given geometry.
buildGeometryNode: function( geometry )
This method can be used to build HTML lable element.
ALKMaps.Util.buildLabelElement = function ( input )
Build HTML Select element with options.
ALKMaps.Util.buildSelectElement = function ( input )
Deprecated.
ALKMaps.Util.buildTableCell = function ( tag, content, colspan, cssClass )
Deprecated.
ALKMaps.Util.buildTableOrRow = function ( tag, trs, cssClass, id )
Check if a button was clicked, and fire the buttonclick event
buttonClick: function( evt )