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
T
  testTarget, ALKMaps.Control.Snapping
  tile, ALKMaps.Layer.BaseMap(Leaflet)
  toArray, ALKMaps.Bounds
  toBBOX, ALKMaps.Bounds
  toFloat, Util
  toGeometry, ALKMaps.Bounds
  toggle
  toggleClass, ALKMaps.Element
  toggleSelect, ALKMaps.Control.SelectFeature
  toISOString, ALKMaps.Date
  topleft, ALKMaps.Marker2.Anchored.ALKMaps.Marker2.Anchored
  topright, ALKMaps.Marker2.Anchored.ALKMaps.Marker2.Anchored
  toShortString
  toState, ALKMaps.Feature.Vector
  toString
  touchend
  touchmove
  touchstart
  TrafficIncidents, ALKMaps.Layer.TrafficIncidents(Leaflet)
  transform
  transformArray
  transformDiv, ALKMaps.Layer.Grid
  transformFeature, ALKMaps.Control.TransformFeature
  trigger
  triggerCallback, ALKMaps.Handler.Feature
  triggerEvent, ALKMaps.Events
  triggerRead, ALKMaps.Strategy.BBOX
  triggerSave, ALKMaps.Strategy.Save
  trim, ALKMaps.String
  True, ALKMaps.Function
  Try, Util
testTarget: function( target,
loc )
layer.tile = function ( map,
options )
Create a new L.ALKMaps.Layer.Tile instance
toArray: function( reverseAxisOrder )
toBBOX:function( decimal,
reverseAxisOrder )
ALKMaps.Util.toFloat = function ( number,
precision )
Convenience method to cast an object to a Number, rounded to the desired floating point precision.
toGeometry: function()
Create a new polygon geometry based on this bounds.
toggle: function()
Toggle the visibility of element(s) passed in
toggle: function()
Toggles visibility of the marker.
toggle: function()
Toggles visibility of the popup.
toggleClass: function( element,
name )
Remove a CSS class name from an element if it exists.
toggleSelect: function()
Event should toggle the selected state of a feature based on toggle property and toggleKey event modifier.
Generates a string representing a date.
ALKMaps.Marker2.Anchored.topleft = function( id,
lonlat,
contentSize,
contentHTML,
anchor,
closeBox,
attributes )
Create an anchored marker that is placed on top left side of a location.
ALKMaps.Marker2.Anchored.topright = function( id,
lonlat,
contentSize,
contentHTML,
anchor,
closeBox,
attributes )
Create an anchored marker that is placed on top right side of a location.
toShortString: function()
{String} Shortened String representation of Point object.
toShortString:function()
{String} Shortened String representation of ALKMaps.LonLat object.
toState: function( state )
Sets the new state
toString:function()
{String} String representation of bounds object.
toString: function()
{String} Include ALKMaps.Format.CQL in your build to get a CQL representation of the filter returned.
toString: function()
Returns a text representation of the geometry.
toString:function()
Return a readable string version of the lonlat
toString:function()
Cast this object into a string
toString: function()
Convert projection to string (getCode wrapper).
toString:function()
Return the string representation of a size object
touchend: function( evt )
Correctly set event xy property, and add lastTouches to have touches property from last touchstart or touchmove
touchend: function( evt )
Handle touchend events
touchend: function( evt )
Handle touchend events
touchend: function( evt )
Handle touchend.
touchmove: function( evt )
Store position of last move, because touchend event can have an empty “touches” property.
touchmove: function( evt )
Handle touchmove events
touchmove: function( evt )
Handle touchmove events.
touchmove: function( evt )
Handle touchmove events
touchmove: function( evt )
Handle touchmove.
touchstart: function( evt )
Handle touchstart.
touchstart: function( evt )
Handle touchstart events
touchstart: function( evt )
Handle touchstart events
touchstart: function( evt )
handle touchstart.
touchstart: function( evt )
Handle touchstart events
touchstart: function( evt )
Handle touchstart.
Create a new ALKMaps.Layer.TrafficIncidents instance
transform: function( source,
dest )
Transform the Bounds object from source to dest.
transform: function( source,
dest )
Reproject the components geometry from source to dest.
transform: function( source,
dest )
Reproject the components geometry from source to dest.
transform: function( source,
dest )
Translate the x,y properties of the point from source to dest.
transform: function( source,
dest )
Transform the LonLat object from source to dest.
ALKMaps.Projection.transform = function( point,
source,
dest )
Transform a point coordinate from one projection to another.
ALKMaps.Geometry.Point.transformArray = function ( array,
source,
dest )
Perform transform function on an array of ALKMaps.Geometry.Point objects
ALKMaps.LonLat.transformArray = function ( array,
source,
dest )
Perform transform function on an array of ALKMaps.LonLat objects
transformDiv: function( scale )
Transform the layer div.
transformFeature: function( mods )
Transforms the feature.
trigger: function()
Called by a control panel when the button is clicked.
trigger: function()
trigger: function()
trigger: function()
trigger: function()
Do the zoom.
triggerCallback: function( type,
mode,
args )
Call the callback keyed in the event map with the supplied arguments.
triggerEvent: function ( type,
evt )
Trigger a specified registered event.
triggerRead: function( options )
triggerSave: function( event )
Registered as a listener.
trim: function( str )
Removes leading and trailing whitespace characters from a string.
True : function()
A simple function to that just does “return true”.
ALKMaps.Util.Try = function ()
Execute functions until one of them doesn’t throw an error.
Close