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
F
 failure, ALKMaps.Control.BaseGeolocate
 False, ALKMaps.Function
 feature, ALKMaps.Format.GeoJSON.extract
 featureIdToHex, ALKMaps.Renderer.Canvas
 fetch, ALKMaps.Control.CacheRead
 fetchLink, ALKMaps.Format.KML
 filter, ALKMaps.Array
 filterToParams
 finalize
 finalizeInteriorRing
 findElement, ALKMaps.Event
 findPropertyStyles, ALKMaps.Style
 finishGeometry
 finishSketch, ALKMaps.Control.DrawFeature
 fixPadding, ALKMaps.Popup
 format
 formatOutput, ALKMaps.Control.MousePosition
 forwardMercator, ALKMaps.Layer.SphericalMercator
 freehandMode
 fromArray
 fromSize, ALKMaps.Bounds
 fromString
 fromWKT, ALKMaps.Geometry.ALKMaps.Geometry
failure: function (error)
method called on browser’s geolocation failure
False : function()
A simple function to that just does “return false”.
Return a partial GeoJSON object representing a single feature.
featureIdToHex: function(featureId)
Convert a feature ID string into an RGB hex string.
fetch: function(evt)
Listener to the fetchEvent event.
fetchLink: function(href)
Fetches a URL and returns the result
filter: function(array,
callback,
caller)
Filter an array.
Optional method to translate an ALKMaps.Filter object into an object that can be serialized as request query string provided.
Optional method to translate an ALKMaps.Filter object into an object that can be serialized as request query string provided.
finalize: function(cancel)
Finish the geometry and call the “done” callback.
finalize: function()
Finish the geometry and call the “done” callback.
finalizeInteriorRing: function()
Enforces that new ring has some area and doesn’t contain vertices of any other rings.
findElement: function(event,
tagName)
findPropertyStyles: function()
Looks into all rules for this style and the defaultStyle to collect all the style hash property names containing ${...}
finishGeometry: function()
Finish the geometry and send it back to the control.
finishSketch: function()
Finishes the sketch without including the currently drawn point.
fixPadding: function()
To be removed in 3.0, this function merely helps us to deal with the case where the user may have set an integer value for padding, instead of an ALKMaps.Bounds object.
format: function(num,
dec,
tsep,
dsep)
Formats a number for output.
format: function(template,
context,
args)
Given a string with tokens in the form ${token}, return a string with tokens replaced with properties from the given context object.
formatOutput: function(lonLat)
Override to provide custom display output
Given a lon,lat in EPSG:4326, return a point in Spherical Mercator.
freehandMode: function(evt)
Determine whether to behave in freehand mode or not.
ALKMaps.Bounds.fromArray = function(bbox,
reverseAxisOrder)
Alternative constructor that builds a new ALKMaps.Bounds from an array
ALKMaps.LonLat.fromArray = function(arr)
Alternative constructor that builds a new ALKMaps.LonLat from an array of two numbers that represent lon- and lat-values.
ALKMaps.Bounds.fromSize = function(size)
Alternative constructor that builds a new ALKMaps.Bounds from a size
ALKMaps.Bounds.fromString = function(str,
reverseAxisOrder)
Alternative constructor that builds a new ALKMaps.Bounds from a parameter string
ALKMaps.LonLat.fromString = function(str)
Alternative constructor that builds a new ALKMaps.LonLat from a parameter string
ALKMaps.Geometry.fromWKT = function(wkt)
Generate a geometry given a Well-Known Text string.
Close