ALKMaps.Control.MiniPanZoom

A more compact version of the PanZoom control that removes the zoomworld button

Inherits from

Summary
ALKMaps.Control.MiniPanZoomA more compact version of the PanZoom control that removes the zoomworld button
Constructor
ALKMaps.Control.MiniPanZoom
Functions
drawThe draw method modifies the PanZoom control by removing the zoomworld button and changing the location and images of the zoomin and zoomout buttons.

Constructor

ALKMaps.Control.MiniPanZoom

Functions

draw

draw: function()

The draw method modifies the PanZoom control by removing the zoomworld button and changing the location and images of the zoomin and zoomout buttons.

Returns

{DOMElement} A reference to the container div for the ALKMiniPanZoom control.

draw: function()
The draw method modifies the PanZoom control by removing the zoomworld button and changing the location and images of the zoomin and zoomout buttons.
The PanZoom is a visible control, composed of a ALKMaps.Control.PanPanel and a ALKMaps.Control.ZoomPanel.
Close