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
O
 object, ALKMaps.Format.JSON.serialize
 observe, ALKMaps.Event
 offset, ALKMaps.Pixel
 on, ALKMaps.Events
 onAddedCallback, ALKMaps.Layer.RoadSurfaceRoute
 onButtonClick
 onclick
 onCommit, ALKMaps.Strategy.Save
 ondblclick
 onErrorCallback, ALKMaps.Layer.RoadSurfaceRoute
 onErrorRouteModification, ALKMaps.Layer.Routing
 onFeatureInsert, ALKMaps.Layer.Vector
 onImageError, ALKMaps.Tile.Image
 onImageLoad, ALKMaps.Tile.Image
 onMapResize
 onmouseclick, ALKMaps.Layer.TrafficIncidents
 onmousedown
 onmousemove
 onmouseout
 onmouseover
 onmouseup
 onMoveEnd, ALKMaps.Layer.PointGrid
 onNextChange, ALKMaps.Control.NavigationHistory
 onPreviousChange, ALKMaps.Control.NavigationHistory
 onRouteModified, ALKMaps.Layer.Routing
 onScreen
 onSketchComplete, ALKMaps.Control.Split
 onSketchModified, ALKMaps.Control.Snapping
 onStartCallback, ALKMaps.Layer.RoadSurfaceRoute
 onVertexModified, ALKMaps.Control.Snapping
 onWheelEvent, ALKMaps.Handler.MouseWheel
 onZoomClick, ALKMaps.Control.Zoom
 oppositeQuadrant, ALKMaps.Bounds
 out
 outFeature
 overFeature
Transform an object into a JSON string.
observe: function(elementParam,
name,
observer,
useCapture)
offset:function(px)
Parameters px - {<ALKMaps.Pixel>|Object} An ALKMaps.Pixel or an object with a ‘x’ and ‘y’ properties.
on: function(object)
Convenience method for registering listeners with a common scope.
onAddedCallback: function(evt)
Callback function that user can override for handling route added event.
onButtonClick: function(evt)
onButtonClick: function(evt)
onButtonClick: function (evt)
onButtonClick: function(evt)
onButtonClick: function(evt)
onButtonClick: function(evt)
Button click event handler.
onclick: function(feature)
When a cluster is clicked, it will try to zoom to the extent of all features in the cluster.
onclick: function (evt)
Ignore clicks, but allowing default browser handling
onclick: function (evt)
Ignore clicks, but allowing default browser handling
onCommit: function(response)
Called after protocol commit.
ondblclick: function (evt)
Ignore double-clicks, but allowing default browser handling
ondblclick: function (evt)
Ignore double-clicks, but allowing default browser handling
onErrorCallback: function(evt)
Callback function that user can override for handling adding route error.
Callback method.
onFeatureInsert: function(feature)
method called after a feature is inserted.
onImageError: function()
Handler for the image onerror event
onImageLoad: function()
Handler for the image onload event
onMapResize: function()
This function can be implemented by subclasses
onMapResize: function()
For singleTile layers, this will set a new tile size according to the dimensions of the map pane.
onMapResize: function()
Notify the renderer of the change in size.
onmouseclick: function(feature)
When mouse clicks on a cluster, it will try to display the first incident’s description in cluster.
onmousedown: function (evt)
When mouse goes down within the marker, make a note of it locally, and then do not propagate the mousedown (but do so safely so that user can select text inside)
onmousedown: function (evt)
When mouse goes down within the popup, make a note of it locally, and then do not propagate the mousedown (but do so safely so that user can select text inside)
onmousemove: function (evt)
If the drag was started within the marker, then do not propagate the mousemove (but do so safely so that user can select text inside)
onmousemove: function (evt)
If the drag was started within the popup, then do not propagate the mousemove (but do so safely so that user can select text inside)
onmouseout: function (evt)
When mouse goes out of the popup set the flag to false so that if they let go and then drag back in, we won’t be confused.
onmouseout: function (evt)
When mouse goes out of the marker set the flag to false so that if they let go and then drag back in, we won’t be confused.
onmouseout: function (evt)
When mouse goes out of the popup set the flag to false so that if they let go and then drag back in, we won’t be confused.
onmouseover: function(feature)
When mouse hovers over a cluster, try to get metadata for the first 4 cameras if a camera’s metadata does not exist.
onmouseover: function(feature)
When mouse hovers over a cluster, it will try to show the number of incidents in the cluster.
onmouseover: function (evt)
When mouse comes up within the popup, after going down in it, reset the flag, and then (once again) do not propagate the event, but do so safely so that user can select text inside
onmouseover: function(evt)
Ignore mouse over, but allowing default browser handling
onmouseup: function (evt)
When mouse comes up within the marker, after going down in it, reset the flag, and then (once again) do not propagate the event, but do so safely so that user can select text inside
onmouseup: function (evt)
When mouse comes up within the popup, after going down in it, reset the flag, and then (once again) do not propagate the event, but do so safely so that user can select text inside
onMoveEnd: function()
Listener for map “moveend” events.
onNextChange: function(state,
length)
Called when the next history stack changes.
onPreviousChange: function(state,
length)
Called when the previous history stack changes.
onRouteModified: function(obj)
Callback method.
onScreen:function()
{Boolean} Whether or not the feature is currently visible on screen (based on its ‘lonlat’ property)
onScreen:function(boundsOnly)
Determine whether the feature is within the map viewport.
onScreen:function()
{Boolean} Whether or not the marker is currently visible on screen.
onScreen:function()
{Boolean} Whether or not the marker is currently visible on screen.
onSketchComplete: function(event)
Registered as a listener for the sketchcomplete event on the editable layer.
onSketchModified: function(event)
Registered as a listener for the sketchmodified event on the editable layer.
onStartCallback: function(evt)
Callback function that user can override for handling adding route event.
onVertexModified: function(event)
Registered as a listener for the vertexmodified event on the editable layer.
onWheelEvent: function(e)
Catch the wheel event and handle it xbrowserly
onZoomClick: function(evt)
Called when zoomin/out link is clicked.
ALKMaps.Bounds.oppositeQuadrant = function(quadrant)
Get the opposite quadrant for a given quadrant string.
out: function(evt)
This method is called during the handling of the mouse out event.
out: function(evt)
Finish drawing the feature.
outFeature: function(feature)
Called when the feature handler detects a mouse-out on a feature.
outFeature: function(feature)
Called when the feature handler detects a mouse-out on a feature.
outFeature: function(feature)
Used to trigger ‘outFeature’ event.
outFeature: function(feature)
Called on out of a selected feature.
overFeature: function(feature)
Called when the feature handler detects a mouse-over on a feature.
overFeature: function(feature)
Called when the feature handler detects a mouse-over on a feature.
overFeature: function(feature)
Used to trigger ‘overFeature’ event.
overFeature: function(feature)
Called on over a feature.
Close