| T | |
| target, ALKMaps. | |
| targetFilter, ALKMaps. | |
| targetSize, ALKMaps. | |
| template | |
| testTarget, ALKMaps. | |
| Text | |
| theme, ALKMaps.Map | |
| thousandsSeparator, ALKMaps. | |
| threshold | |
| tile | |
| Tile | |
| TILE_HEIGHT, ALKMaps.Map | |
| TILE_WIDTH, ALKMaps.Map | |
| tileClass, ALKMaps. | |
| tileLoadingDelay, ALKMaps. | |
| tileOptions, ALKMaps. | |
| tileOrigin | |
| tileOriginCorner, ALKMaps. | |
| tileQueue, ALKMaps. | |
| tileQueueId, ALKMaps. | |
| tileSize | |
| timeoutId, ALKMaps. | |
| timer | |
| timerId | |
| title | |
| titleRegEx, ALKMaps. | |
| toArray, ALKMaps. | |
| toBBOX, ALKMaps. | |
| toFloat, Util | |
| toGeometry, ALKMaps. | |
| toggle | |
| toggleClass, ALKMaps. | |
| toggleKey, ALKMaps. | |
| toggleSelect, ALKMaps. | |
| toISOString, ALKMaps.Date | |
| tokenRegEx, ALKMaps. | |
| tolerance | |
| top, ALKMaps. | |
| topInUnits, ALKMaps. | |
| topleft, ALKMaps. | |
| topOutUnits, ALKMaps. | |
| topright, ALKMaps. | |
| toShortString | |
| toState, ALKMaps. | |
| toString | |
| touch | |
| touchend | |
| touchmove | |
| TouchNavigation, ALKMaps. | |
| touchstart | |
| TouchZoom, ALKMaps. | |
| trackAttributes, ALKMaps. | |
| Traffic | |
| TrafficCameras, ALKMaps. | |
| TrafficIncidents | |
| transform | |
| transformArray | |
| transformDiv, ALKMaps. | |
| transformFeature, ALKMaps. | |
| TransformFeature, ALKMaps. | |
| transforms, ALKMaps. | |
| transitionEffect, ALKMaps. | |
| transparentOverlayLayer, ALKMaps. | |
| trigger | |
| triggerCallback, ALKMaps. | |
| triggerEvent, ALKMaps. | |
| triggerRead, ALKMaps. | |
| triggerSave, ALKMaps. | |
| trim, ALKMaps. | |
| True, ALKMaps. | |
| Try, Util | |
| type ALKMaps.  | |
| TYPE_BUTTON, ALKMaps. | |
| TYPE_TOGGLE, ALKMaps. | |
| TYPE_TOOL, ALKMaps. | 
testTarget: function( target, loc ) 
Create a new L.ALKMaps.Layer.Tile instance
layer.tile = function ( map, options ) 
toArray: function( reverseAxisOrder ) 
toBBOX:function( decimal, reverseAxisOrder ) 
Convenience method to cast an object to a Number, rounded to the desired floating point precision.
ALKMaps.Util.toFloat = function ( number, precision ) 
Create a new polygon geometry based on this bounds.
toGeometry: function() 
Toggle the visibility of element(s) passed in
toggle: function() 
Toggles visibility of the marker.
toggle: function() 
Toggles visibility of the popup.
toggle: function() 
Remove a CSS class name from an element if it exists.
toggleClass: function( element, name ) 
Event should toggle the selected state of a feature based on toggle property and toggleKey event modifier.
toggleSelect: function() 
Create an anchored marker that is placed on top left side of a location.
ALKMaps.Marker2.Anchored.topleft = function( id, lonlat, contentSize, contentHTML, anchor, closeBox, attributes ) 
Create an anchored marker that is placed on top right side of a location.
ALKMaps.Marker2.Anchored.topright = function( id, lonlat, contentSize, contentHTML, anchor, closeBox, attributes ) 
{String} Shortened String representation of Point object.
toShortString: function() 
{String} Shortened String representation of ALKMaps.LonLat object.
toShortString:function() 
Sets the new state
toState: function( state ) 
{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
toString:function() 
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.
touchend: 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.
touchmove: 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.
touchstart: function( evt ) 
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.
transform: function( source, dest ) 
Transform a point coordinate from one projection to another.
ALKMaps.Projection.transform = function( point, source, dest ) 
Perform transform function on an array of ALKMaps.Geometry.Point objects
ALKMaps.Geometry.Point.transformArray = function ( array, source, dest ) 
Perform transform function on an array of ALKMaps.LonLat objects
ALKMaps.LonLat.transformArray = function ( array, source, dest ) 
Transform the layer div.
transformDiv: function( scale ) 
Transforms the feature.
transformFeature: function( mods ) 
Called by a control panel when the button is clicked.
trigger: function() 
trigger: function() 
trigger: function() 
trigger: function() 
Do the zoom.
trigger: function() 
Call the callback keyed in the event map with the supplied arguments.
triggerCallback: function( type, mode, args ) 
Trigger a specified registered event.
triggerEvent: function ( type, evt ) 
triggerRead: function( options ) 
Registered as a listener.
triggerSave: function( event ) 
Removes leading and trailing whitespace characters from a string.
trim: function( str ) 
A simple function to that just does “return true”.
True : function() 
Execute functions until one of them doesn’t throw an error.
ALKMaps.Util.Try = function ()