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
  backBuffer, ALKMaps.Layer.Grid
  backBufferLonLat, ALKMaps.Layer.Grid
  backBufferResolution, ALKMaps.Layer.Grid
  backBufferTimerId, ALKMaps.Layer.Grid
  backgroundColor
  base, ALKMaps.Control.Permalink
  BaseGeolocate, ALKMaps.Control.BaseGeolocate.ALKMaps.Control
  baseLayer, ALKMaps.Map
  baseLayerDraw, ALKMaps.Control.OverviewMap
  baseLayers, ALKMaps.Control.LayerSwitcher
  baseLayersDiv, ALKMaps.Control.LayerSwitcher
  baseMap, ALKMaps.Layer.BaseMap(Leaflet)
  BaseMap, ALKMaps.Layer.BaseMap.ALKMaps.Layer
  bbox, ALKMaps.Layer.WeatherAlerts
  BBOX, ALKMaps.Strategy.BBOX.ALKMaps.Strategy
  beforeMarkerAdded, ALKMaps.Layer.POI
  beforeSelectFeature, ALKMaps.Control.ModifyFeature
  bind
  bindAsEventListener, ALKMaps.Function
  blankImageUrl, ALKMaps.Tile.Image
  blocks, ALKMaps.Popup.Framed
  body
  bodyEvents
  boolean, ALKMaps.Format.JSON.serialize
  border
  bottom, ALKMaps.Bounds
  bottomInUnits, ALKMaps.Control.ScaleLine
  bottomleft, ALKMaps.Marker2.Anchored.ALKMaps.Marker2.Anchored
  bottomOutUnits, ALKMaps.Control.ScaleLine
  bottomright, ALKMaps.Marker2.Anchored.ALKMaps.Marker2.Anchored
  bounds
  Bounds, ALKMaps.Bounds.ALKMaps
  box
  Box
  boxDivClassName, ALKMaps.Handler.Box
  Boxes, ALKMaps.Layer.Boxes.ALKMaps.Layer
  boxOffsets, ALKMaps.Handler.Box
  BROWSER_EVENTS, ALKMaps.Events
  BROWSER_NAME, Util
  buffer, ALKMaps.Layer.Grid
  buildCoordinates, ALKMaps.Format.KML
  buildCoordinatesNode, ALKMaps.Format.KML
  buildExtendedData, ALKMaps.Format.KML
  buildGeometry, ALKMaps.Format.KML
  buildGeometryNode, ALKMaps.Format.KML
  buildLabelElement, Util
  buildSelectElement, Util
  buildTableCell, Util
  buildTableOrRow, Util
  buttonclick, ALKMaps.Events.buttonclick.ALKMaps.Events
  buttonClick, ALKMaps.Events.buttonclick
  buttons, ALKMaps.Control.PanZoom
{DOMElement} The back buffer.
{Object} The top-left corner of the current back buffer.
{Number} The resolution of the current back buffer.
{Number} The id of the back buffer timer.
{String} the background color used by the marker.
{String} the background color used by the popup.
{String}
Create a new control to deal with browser geolocation API
{ALKMaps.Layer} The currently selected base layer.
baseLayerDraw: function()
{Array(Object)}
{DOMElement}
The same as tile method.
Create a new ALK map base layer object
{ALKMaps.Bounds} Gets weather alerts within this bounds.
Create a new BBOX strategy.
Optional user defined callback function for manipulating POI markers before they are added to the layer.
beforeSelectFeature: function( feature )
Called before a feature is selected.
{Boolean} If true, map center will be set on location update.
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.
{String} Using a data scheme url is not supported by all browsers, but we don’t care because we either set it as css backgroundImage, or the image’s display style is set to “none” when we use it.
{Array[Object]} Array of objects, each of which is one “block” of the popup.
Legend body
Legend body
Option body
Transform a boolean into a JSON string.
{String} the border size of the marker.
{String} the border size of the popup.
{Number} Minimum vertical coordinate.
{String} Units for zoomed in on bottom bar.
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.
{String} Units for zoomed out on bottom bar.
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.
{ALKMaps.Bounds} The box bounding that feature’s geometry, that property can be set by an ALKMaps.Format object when deserializing the feature, so in most cases it represents an information set by the server.
{ALKMaps.Bounds} The bounds of this geometry
{ALKMaps.Bounds}
{ALKMaps.Bounds} The current data bounds (in the same projection as the layer - not always the same projection as the map).
{ALKMaps.Bounds} null
Construct a new bounds object.
{Boolean} Allow feature selection by drawing a box.
{ALKMaps.Feature.Vector} The transformation box rectangle.
Convert a coordinate array from GeoJSON into an ALKMaps.Geometry.
{String} The CSS class to use for drawing the box.
{Object} Caches box offsets from css.
{Array(String)} supported events
{String} A substring of the navigator.userAgent property.
{Integer} Used only when in gridded mode, this specifies the number of extra rows and columns of tiles on each side which will surround the minimum grid tiles to cover the map.
buildCoordinates: function( point )
buildCoordinatesNode: function( geometry )
Builds and returns the KML coordinates node with the given geometry coordinates...</coordinates>
buildExtendedData: function( attributes )
Object containing methods to do the actual geometry node building based on geometry type.
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.
Construct a buttonclick event type.
buttonClick: function( evt )
Check if a button was clicked, and fire the buttonclick event
{Array(DOMElement)} Array of Button Divs
Close