Function Index
$#! · 0-9 · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z
B
 baseLayerDraw, ALKMaps.Control.OverviewMap
 baseMap, ALKMaps.Layer.BaseMap(Leaflet)
 beforeSelectFeature, ALKMaps.Control.ModifyFeature
 bind, ALKMaps.Function
 bindAsEventListener, ALKMaps.Function
 boolean, ALKMaps.Format.JSON.serialize
 bottomleft, ALKMaps.Marker2.Anchored.ALKMaps.Marker2.Anchored
 bottomright, ALKMaps.Marker2.Anchored.ALKMaps.Marker2.Anchored
 box, ALKMaps.Format.GeoJSON.parseCoords
 buildCoordinates, ALKMaps.Format.KML
 buildCoordinatesNode, ALKMaps.Format.KML
 buildExtendedData, ALKMaps.Format.KML
 buildGeometryNode, ALKMaps.Format.KML
 buildLabelElement, Util
 buildSelectElement, Util
 buildTableCell, Util
 buildTableOrRow, Util
 buttonClick, ALKMaps.Events.buttonclick
baseLayerDraw: function()
The same as tile method.
beforeSelectFeature: function(feature)
Called before a feature is selected.
bind: function(func,
object)
Bind a function to an object.
bindAsEventListener: function(func,
object)
Bind a function to an object, and configure it to receive the event object as first parameter when called.
Transform a boolean into a JSON string.
ALKMaps.Marker2.Anchored.bottomleft = function(id,
lonlat,
contentSize,
contentHTML,
anchor,
closeBox,
attributes)
Create an anchored marker that is placed on bottom left side of a location.
ALKMaps.Marker2.Anchored.bottomright = function(id,
lonlat,
contentSize,
contentHTML,
anchor,
closeBox,
attributes)
Create an anchored marker that is placed on bottom right side of a location.
Convert a coordinate array from GeoJSON into an ALKMaps.Geometry.
buildCoordinates: function(point)
buildCoordinatesNode: function(geometry)
Builds and returns the KML coordinates node with the given geometry coordinates...</coordinates>
buildExtendedData: function(attributes)
buildGeometryNode: function(geometry)
Builds and returns a KML geometry node with the given geometry.
ALKMaps.Util.buildLabelElement = function (input)
This method can be used to build HTML lable element.
ALKMaps.Util.buildSelectElement = function (input)
Build HTML Select element with options.
ALKMaps.Util.buildTableCell = function (tag,
content,
colspan,
cssClass)
Deprecated.
ALKMaps.Util.buildTableOrRow = function (tag,
trs,
cssClass,
id)
Deprecated.
buttonClick: function(evt)
Check if a button was clicked, and fire the buttonclick event
Close