F | |
failure, ALKMaps. | |
False, ALKMaps. | |
feature, ALKMaps. | |
featureIdToHex, ALKMaps. | |
fetch, ALKMaps. | |
fetchLink, ALKMaps. | |
filter, ALKMaps. | |
filterToParams | |
finalize | |
finalizeInteriorRing | |
findElement, ALKMaps. | |
findPropertyStyles, ALKMaps. | |
finishGeometry | |
finishSketch, ALKMaps. | |
fixPadding, ALKMaps. | |
format | |
formatOutput, ALKMaps. | |
forwardMercator, ALKMaps. | |
freehandMode | |
fromArray | |
fromSize, ALKMaps. | |
fromString | |
fromWKT, ALKMaps. |
method called on browser’s geolocation failure
failure: function ( error )
A simple function to that just does “return false”.
False : function()
Convert a feature ID string into an RGB hex string.
featureIdToHex: function( featureId )
Listener to the fetchEvent event.
fetch: function( evt )
Fetches a URL and returns the result
fetchLink: function( href )
Filter an array.
filter: function( array, callback, caller )
Finish the geometry and call the “done” callback.
finalize: function( cancel )
Finish the geometry and call the “done” callback.
finalize: function()
Enforces that new ring has some area and doesn’t contain vertices of any other rings.
finalizeInteriorRing: function()
findElement: function( event, tagName )
Looks into all rules for this style and the defaultStyle to collect all the style hash property names containing ${...}
findPropertyStyles: function()
Finish the geometry and send it back to the control.
finishGeometry: function()
Finishes the sketch without including the currently drawn point.
finishSketch: 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.
fixPadding: function()
Formats a number for output.
format: function( num, dec, tsep, dsep )
Given a string with tokens in the form ${token}, return a string with tokens replaced with properties from the given context object.
format: function( template, context, args )
Override to provide custom display output
formatOutput: function( lonLat )
Determine whether to behave in freehand mode or not.
freehandMode: function( evt )
Alternative constructor that builds a new ALKMaps.Bounds from an array
ALKMaps.Bounds.fromArray = function( bbox, reverseAxisOrder )
Alternative constructor that builds a new ALKMaps.LonLat from an array of two numbers that represent lon- and lat-values.
ALKMaps.LonLat.fromArray = function( arr )
Alternative constructor that builds a new ALKMaps.Bounds from a size
ALKMaps.Bounds.fromSize = function( size )
Alternative constructor that builds a new ALKMaps.Bounds from a parameter string
ALKMaps.Bounds.fromString = function( str, reverseAxisOrder )
Alternative constructor that builds a new ALKMaps.LonLat from a parameter string
ALKMaps.LonLat.fromString = function( str )
Generate a geometry given a Well-Known Text string.
ALKMaps.Geometry.fromWKT = function( wkt )