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
 beforeSelectFeature, ALKMaps.Control.ModifyFeature
 begin
 bind, ALKMaps.Function
 bindAsEventListener, ALKMaps.Function
 boolean, ALKMaps.Format.JSON.serialize
 boundsToTiles, ALKMaps.Strategy.CustomPlaces
 box, ALKMaps.Format.GeoJSON.parseCoords
 buildCoordinates, ALKMaps.Format.KML
 buildCoordinatesNode
 buildExtendedData, ALKMaps.Format.KML
 buildGeometryNode
 buttonClick, ALKMaps.Events.buttonclick
baseLayerDraw: function()
beforeSelectFeature: function(feature)
Called before a feature is selected.
begin: function()
Begins the dragging.
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.
boundsToTiles: function(bounds)
Get tiles to cover the bounds.
Convert a coordinate array from GeoJSON into an ALKMaps.Geometry.
buildCoordinates: function(point)
buildCoordinatesNode: function(geometry)
buildCoordinatesNode: function(geometry)
Builds and returns the KML coordinates node with the given geometry coordinates...</coordinates>
buildExtendedData: function(attributes)
buildGeometryNode: function(geometry)
builds a GeoRSS node with a given geometry
buildGeometryNode: function(geometry)
Builds and returns a KML geometry node with the given geometry.
buttonClick: function(evt)
Check if a button was clicked, and fire the buttonclick event
Close