M | |
makeInitOnceGetter, Util | |
makeSameOrigin, ALKMaps. | |
map | |
Map, ALKMaps. | |
mapDivClick, ALKMaps. | |
mapOptions, ALKMaps. | |
marker, ALKMaps. | |
Marker2, ALKMaps. | |
markerClick, ALKMaps. | |
markerConfig, ALKMaps. | |
markers | |
Markers, ALKMaps. | |
markerStyle, ALKMaps. | |
matchCase, ALKMaps. | |
maxDepth, ALKMaps. | |
maxExtent | |
maxFeatures, ALKMaps. | |
maxGetUrlLength, ALKMaps. | |
maximizeControl | |
maximized, ALKMaps. | |
maximizeDiv, ALKMaps. | |
maxPx, ALKMaps.Map | |
maxRadius, ALKMaps. | |
maxRatio, ALKMaps. | |
maxResolution | |
maxScale | |
maxScaleDenominator, ALKMaps.Rule | |
maxSize | |
maxValueElement, ALKMaps. | |
maxVertices, ALKMaps. | |
maxWidth, ALKMaps. | |
maxZoom, ALKMaps. | |
maxZoomLevel | |
measure, ALKMaps. | |
Measure, ALKMaps. | |
measureComplete, ALKMaps. | |
measureImmediate, ALKMaps. | |
measurePartial, ALKMaps. | |
menuItems, ALKMaps. | |
merge | |
mergeNewParams | |
mergeWithDefaultFilter, ALKMaps. | |
metadata, ALKMaps. | |
minExtent | |
minimizeControl | |
minimizeDiv, ALKMaps. | |
MiniPanZoom, ALKMaps. | |
minPx, ALKMaps.Map | |
minRadius, ALKMaps. | |
minRatio, ALKMaps. | |
minRectDisplayClass, ALKMaps. | |
minRectSize, ALKMaps. | |
minResolution | |
minScale | |
minScaleDenominator, ALKMaps.Rule | |
minSearchTextLength, ALKMaps. | |
minSize | |
minValueElement, ALKMaps. | |
minZoom, ALKMaps. | |
minZoomLevel | |
MOD_ALT, ALKMaps. | |
MOD_CTRL, ALKMaps. | |
MOD_NONE, ALKMaps. | |
MOD_SHIFT, ALKMaps. | |
mode, ALKMaps. | |
modified | |
modifyAlphaImageDiv, Util | |
modifyDOMElement, Util | |
modifyFeature | |
ModifyFeature, ALKMaps. | |
modifyGeometry, ALKMaps. | |
mousedown | |
mouseDown, ALKMaps. | |
mouseDownHandler, ALKMaps. | |
mouseDragStart, ALKMaps. | |
mouseLeft, Util | |
mousemove | |
mouseout | |
mouseOver, ALKMaps. | |
mouseoverLine, ALKMaps. | |
mousePosition, ALKMaps. | |
MousePosition, ALKMaps. | |
mouseup | |
MouseWheel, ALKMaps. | |
mouseWheelOptions, ALKMaps. | |
move | |
moveBox, ALKMaps. | |
moveByPx | |
moveFeature | |
moveGriddedTiles, ALKMaps. | |
moveLayerBack, ALKMaps. | |
moveLayerToTop, ALKMaps. | |
moveTimerId, ALKMaps. | |
moveTo ALKMaps. | |
moveZoomBar, ALKMaps. | |
multi | |
multigeometry, ALKMaps. | |
multilinestring | |
MultiLineString, ALKMaps. | |
multiple, ALKMaps. | |
multipleKey, ALKMaps. | |
multipleSelect, ALKMaps. | |
multipoint | |
MultiPoint, ALKMaps. | |
multipolygon | |
MultiPolygon, ALKMaps. | |
mutual, ALKMaps. |
Returns a function that initializes a value once, and then just returns the value on subsequent calls
ALKMaps.Util.makeInitOnceGetter = function ( object, funcName, initFunc )
If the tile does not have CORS image loading enabled and is from a different origin, use ALKMaps.ProxyHost to make it a same origin url.
makeSameOrigin: function( evt )
Handle browser events
mapDivClick: function( evt )
Set up the labels and divs for the control
maximizeControl: function( e )
Unhide the control.
maximizeControl: function( e )
measure: function( geometry, eventType )
Called when the measurement sketch is done.
measureComplete: function( geometry )
Called each time the measurement sketch is modified.
measureImmediate : function( point, feature, drawing )
Called each time a new point is added to the measurement sketch.
measurePartial: function( point, geometry )
Given a list of features, determine which ones to add to the layer.
merge: function( resp )
Add all features to the layer.
merge: function( mapProjection, resp )
Catch changeParams and uppercase the new params to be merged in before calling changeParams on the super class.
mergeNewParams: function( newParams )
Catch changeParams and uppercase the new params to be merged in before calling changeParams on the super class.
mergeNewParams:function( newParams )
Merge filter passed to the read method with the default one
mergeWithDefaultFilter: function( filter )
Hide all the contents of the control, shrink the size, add the maximize icon
minimizeControl: function( e )
Hide all the contents of the control, shrink the size, add the maximize icon
minimizeControl: function( e )
ALKMaps.Util.modifyAlphaImageDiv = function ( div, id, px, sz, imgURL, position, border, sizing, opacity )
Modifies many properties of a DOM element all at once.
ALKMaps.Util.modifyDOMElement = function ( element, id, px, sz, position, border, overflow, opacity )
Modify the existing geometry given the new point
modifyFeature: function( pixel, drawing )
Modify the existing geometry given a pixel location.
modifyFeature: function( pixel )
Modify the polygon geometry in place.
modifyGeometry: function()
Handle mousedown.
mousedown: function( evt )
Handle mousedown events
mousedown: function( evt )
Handle mouse down.
mousedown: function( evt )
Handle mousedown.
mousedown: function( evt )
mouseDownHandler: function( evt )
ALKMaps.Util.mouseLeft = function ( evt, div )
Handle mousemove events
mousemove: function( evt )
Handle mouse moves.
mousemove: function( evt )
Called when the mouse moves on the map.
mousemove: function( evt )
Update the stored mousePosition on every move.
mousemove: function ( evt )
Handle mousemove.
mousemove: function( evt )
Handle mouseout events
mouseout: function ( evt )
Called when the mouse goes out of the map.
mouseout: function( evt )
Handle mouse out.
mouseout: function( evt )
Handle mouseup.
mouseup: function ( evt )
Handle mouseup events
mouseup: function( evt )
Handle mouse up.
mouseup: function( evt )
Handle mouseup.
mouseup: function( evt )
Moves the feature and redraws it at its new location
move: function( location )
Moves a geometry by the given displacement along positive x and y axes.
move: function( x, y )
Moves a geometry by the given displacement along positive x and y axes.
move: function( x, y )
Moves a geometry by the given displacement along positive x and y axes.
move: function( x, y )
This method is called during the handling of the mouse move event.
move: function( evt )
Handle mousemove and touchmove.
move: function ( evt )
Handle mousemove and touchmove.
move: function ( evt )
Respond to drag move events
move: function( evt )
moveBox: function ( xy )
Move the layer based on pixel vector.
moveByPx: function( dx, dy )
Move the layer based on pixel vector.
moveByPx: function( dx, dy )
Drag the map by pixels.
moveByPx: function( dx, dy )
Called when the drag handler detects a mouse-move.
moveFeature: function( pixel )
Called when the drag handler detects a mouse-move.
moveFeature: function( pixel )
Called when the drag handler detects a mouse-move.
moveFeature: function( pixel )
Called when the drag handler detects a mouse-move.
moveFeature: function( pixel )
moveGriddedTiles: function( deferred )
Moves the layer back to the position determined by the map’s layers array.
moveLayerBack: function()
Moves the layer for this handler to the top, so mouse events can reach it.
moveLayerToTop: function()
Sets the left and top style attributes to the passed in pixel coordinates.
moveTo: function ( px )
move icon to passed in px.
moveTo: function ( px )
moveTo:function( bounds, zoomChanged, dragging )
This function is called whenever the map is moved.
moveTo:function( bounds, zoomChanged, dragging )
Create the tile for the image or resize it for the new resolution
moveTo:function( bounds, zoomChanged, dragging )
moveTo:function( bounds, zoomChanged, dragging )
Reset the vector layer’s div so that it once again is lined up with the map.
moveTo: function( bounds, zoomChanged, dragging )
If layer is visible and Text has not been loaded, load Text.
moveTo:function( bounds, zoomChanged, minor )
Reset the vector layer’s div so that it once again is lined up with the map.
moveTo: function( bounds, zoomChanged, dragging )
Reset the vector layer’s div so that it once again is lined up with the map.
moveTo: function( bounds, zoomChanged, dragging )
Reset the vector layer’s div so that it once again is lined up with the map.
moveTo: function( bounds, zoomChanged, dragging )
moveTo: function( lonlat, zoom, options )
Move the marker to the new location.
moveTo: function ( px )
moveTo: function( px )
Since the popup is moving to a new px, it might need also to be moved relative to where the marker is.
moveTo: function( px )
moveTo: function( px )
Since the popup is moving to a new px, it might need also to be moved relative to where the marker is.
moveTo: function( px )
Reposition the tile.
moveTo: function ( bounds, position, redraw )
Change the location of the slider to match the current zoom level.
moveZoomBar:function()
Allow for multiple selected features based on multiple property and multipleKey event modifier.
multipleSelect: function()