V | |
value | |
value2regex, ALKMaps. | |
Vector | |
vertexRenderIntent, ALKMaps. | |
vertices, ALKMaps. | |
viewPortDiv, ALKMaps.Map | |
ViewportInfo, ALKMaps. | |
VincentyConstants, Util | |
virtualStyle, ALKMaps. | |
virtualVertices, ALKMaps. | |
visibility, ALKMaps. | |
visible | |
visualizeRoutes, ALKMaps. | |
Void, ALKMaps. | |
VSSBaseMap, ALKMaps. | |
W | |
w, ALKMaps.Size | |
watch, ALKMaps. | |
waypointDefault, ALKMaps. | |
weatherAlertEvents, ALKMaps. | |
weatherAlerts | |
WeatherAlerts | |
weatherAlertsGeoJson, ALKMaps. | |
weatherRadar, ALKMaps. | |
WeatherRadar | |
WeatherRadarGWC.js | |
wheelChange, ALKMaps. | |
wheelDown, ALKMaps. | |
wheelListener, ALKMaps. | |
wheelUp, ALKMaps. | |
wheelZoom, ALKMaps. | |
width, ALKMaps. | |
wildcarded | |
WKT, ALKMaps. | |
WMS, ALKMaps. | |
wrapDateLine | |
write | |
writeIndent, ALKMaps. | |
writeNewline, ALKMaps. | |
writeNode, ALKMaps. | |
writers, ALKMaps. | |
writeSpace, ALKMaps. | |
X | |
x | |
X, ALKMaps. | |
XML, ALKMaps. | |
xmldom, ALKMaps. | |
XYZ, ALKMaps. | |
Y | |
y | |
Y, ALKMaps. | |
yx, ALKMaps. |
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()
Create a new ALKMaps.Layer.WeatherAlerts instance
layer.weatherAlerts = function()
Get weather alerts.
services.weatherAlerts = function ( params )
Gets weather alerts in GeoJson.
services.weatherAlertsGeoJson = function ( params )
Create a new L.ALKMaps.Layer.WeatherRadar instance
layer.weatherRadar = function( map )
wheelChange: function( evt, deltaZ )
User spun scroll wheel down
wheelDown: function( evt, delta )
User spun scroll wheel up
wheelUp: function( evt, delta )
Given the wheel event, we carry out the appropriate zooming in or out, based on the ‘wheelDelta’ or ‘detail’ property of the event.
wheelZoom: function( e )
wrapDateLine: function( maxExtent )
Accept an object, and return a string.
write: function( object )
Serialize a feature, geometry, array of features into a GeoJSON string.
write: function( obj, pretty )
Serialize an object into a JSON string.
write: function( value, pretty )
Accept Feature Collection, and return a string.
write: function( features )
Serialize an ALKMaps.Filter objects using the “simple” filter syntax for query string parameters.
write: function( filter, params )
Serialize a feature or array of features into a WKT string.
write: function( features )
Serialize a DOM node into a XML string.
write: function( node )
Output an indentation string depending on the indentation level.
writeIndent: function()
Output a string representing a newline if in pretty printing mode.
writeNewline: function()
Shorthand for applying one of the named writers and appending the results to a node.
writeNode: function( name, obj, parent )
Output a string representing a space if in pretty printing mode.
writeSpace: function()