U | |
un, ALKMaps. | |
undo | |
undoDrag, ALKMaps. | |
unhighlight, ALKMaps. | |
unload, ALKMaps.Tile | |
unloadCache, ALKMaps. | |
unloadDestroy, ALKMaps.Map | |
unregister | |
unregisterMouseListeners, ALKMaps. | |
unselect, ALKMaps. | |
unselectAll, ALKMaps. | |
unselectFeature, ALKMaps. | |
unsetFeature, ALKMaps. | |
up | |
update | |
updateAttribution, ALKMaps. | |
updateAvoidFavorSet, ALKMaps. | |
updateBlocks, ALKMaps. | |
updateContainerCenter, ALKMaps. | |
updateCustomCategory, ALKMaps. | |
updateCustomPlaceSet, ALKMaps. | |
updateGrid, ALKMaps. | |
updateHandler, ALKMaps. | |
updateInfoWarning | |
updateLegendGradient, ALKMaps. | |
updateLink, ALKMaps. | |
updateMap, ALKMaps. | |
updateMapToRect, ALKMaps. | |
updateMinMax, ALKMaps. | |
updateNode, ALKMaps. | |
updateOptions, ALKMaps. | |
updatePosition | |
updateRectToMap, ALKMaps. | |
updateRelativePosition | |
updateRoute | |
updateScale, ALKMaps. | |
updateSize | |
updateSizeDestroy, ALKMaps.Map | |
updateURL, ALKMaps. | |
upFeature | |
upperCaseObject, Util | |
urlAppend, Util | |
V | |
value2regex, ALKMaps. | |
visible | |
visualizeRoutes, ALKMaps. | |
Void, ALKMaps. |
Convenience method for unregistering listeners with a common scope.
un: function( object )
Remove the most recently added point in the current sketch geometry.
undo: function()
Remove the most recently added point in the sketch geometry.
undo: function()
Undo route drag for a given route id.
undoDrag: function ( routeId )
Redraw feature with the “default” style
unhighlight: function( feature )
Call immediately before destroying if you are listening to tile events, so that counters are properly handled if tile is still loading at destroy-time.
unload: function()
Cycle through all the element entries in the events cache and call stopObservingElement on each.
unloadCache: function()
unregister: function ( type, obj, func )
unregister an event from the map
unregister: function ( name, method )
In a touch environment, we don’t want to handle mouse events.
unregisterMouseListeners: function()
Remove feature from the layer’s selectedFeature array, render the feature as normal, and call the onUnselect function.
unselect: function( feature )
Unselect all selected features.
unselectAll: function( options )
Called when the select feature control unselects a feature.
unselectFeature: function( feature )
Remove the transformation box off any feature.
unsetFeature: function()
This method is called during the handling of the mouse up event.
up: function( evt )
Handle mouseup and touchend.
up: function ( evt )
Handle mouseup and touchend.
up: function ( evt )
Finish drawing the feature
up: function( evt )
calculates the grid to be displayed and actually draws it
update: function()
Update the overview map after layers move.
update: function()
Update the size of the bars, and the labels they contain.
update: function()
Construct a request updating modified features.
update: function()
Construct a request updating modified feature.
update: function( feature, options )
Callback function called on “moveend” or “refresh” layer events.
update: function( options )
Update attribution string.
updateAttribution: function()
Update name and tag based on set Id.
services.updateAvoidFavorSet = function ( params )
Internal method, called on initialize and when the popup’s relative position has changed.
updateBlocks: function()
Must be called each time the layer container moves.
updateContainerCenter: function()
Update custom categories.
services.updateCustomCategory = function ( inputs )
Update custom place set’s name, and tag for a given set id and tag.
services.updateCustomPlaceSet = function ( inputs )
Update the grid.
updateGrid: function( force )
updateHandler: function( handler, options )
Update infoWarning string.
updateInfoWarning: function()
Update warning text message on the InfoWarning control.
updateInfoWarning: function()
Updates legend color gradient.
updateLegendGradient: function( colorGradient )
updateLink: function()
Cycles through the loaded data and base layer input arrays and makes the necessary calls to the Map object such that that the map’s visual state corresponds to what the user has selected in the control.
updateMap: function()
Updates the map extent to match the extent rectangle position and size
updateMapToRect: function()
Updates minimum and maximum counts.
updateMinMax: function( min, max )
Stores feature Id.
updateNode: function( oldOne, newOne )
Update the optional settings for drawing the heat map.
updateOptions: function( params )
if the marker has a lonlat and its map members set, then have it move itself to its proper position
updatePosition: function()
if the popup has a lonlat and its map members set, then have it move itself to its proper position
updatePosition: function()
Updates the extent rectangle position and size to match the map extent
updateRectToMap: function()
The popup has been moved to a new relative location, so we may want to make some cosmetic adjustments to it.
updateRelativePosition: function()
The popup has been moved to a new relative location, so we may want to make some cosmetic adjustments to it.
updateRelativePosition: function()
The popup has been moved to a new relative location, in which case we will want to re-do the rico corners.
updateRelativePosition: function()
When the relative position changes, we need to set the new padding BBOX on the popup, reposition the close div, and update the blocks.
updateRelativePosition: function()
Updates a route object and draws it on the layer.
updateRoute: function( args )
Updates a route object and draws it on the layer.
updateRoute: function( args )
Updates a route object and draws it on the layer.
updateRoute: function ( params )
updateScale: function()
This function should be called by any external code which dynamically changes the size of the map div (because mozilla wont let us catch the “onresize” for an element)
updateSize: function()
Auto size the marker so that it precisely fits its contents (as determined by this.contentDiv.innerHTML).
updateSize: function()
Auto size the popup so that it precisely fits its contents (as determined by this.contentDiv.innerHTML).
updateSize: function()
User defined method for setting dynamic URL parameters.
updateURL: function()
Called when the drag handler detects a mouse-up.
upFeature: function( pixel )
Called when the drag handler detects a mouse-up.
upFeature: function( pixel )
Called when the drag handler detects a mouse-up.
upFeature: function( pixel )
Creates a new hashtable and copies over all the keys from the passed-in object, but storing them under an uppercased version of the key at which they were stored.
ALKMaps.Util.upperCaseObject = function ( object )
Appends a parameter string to a url.
ALKMaps.Util.urlAppend = function ( url, paramStr )
Converts the value of this rule into a regular expression string, according to the wildcard characters specified.
value2regex: function( wildCard, singleChar, escapeChar )
visible: function( element )
{Boolean} Boolean indicating whether or not the marker is visible
visible: function()
{Boolean} Boolean indicating whether or not the popup is visible
visible: function()
Shows all routes from the routing layer with road surface conditions.
visualizeRoutes: function( routingLayer, routeDurations )
A reusable function that returns ``undefined``.
Void: function()