ALKMaps.Control.ZoomPanel

The ZoomPanel control is a compact collection of 3 zoom controls: a ALKMaps.Control.ZoomIn, a ALKMaps.Control.ZoomToMaxExtent, and a ALKMaps.Control.ZoomOut.  By default it is drawn in the upper left corner of the map.

Inherits from

Summary
ALKMaps.Control.ZoomPanelThe ZoomPanel control is a compact collection of 3 zoom controls: a ALKMaps.Control.ZoomIn, a ALKMaps.Control.ZoomToMaxExtent, and a ALKMaps.Control.ZoomOut.
Constructor
ALKMaps.Control.ZoomPanelAdd the three zooming controls.

Constructor

ALKMaps.Control.ZoomPanel

Add the three zooming controls.

Parameters

options{Object} An optional object whose properties will be used to extend the control.
The ZoomIn control is a button to increase the zoom level of a map.
The ZoomToMaxExtent control is a button that zooms out to the maximum extent of the map.
The ZoomOut control is a button to decrease the zoom level of a map.
The Panel control is a container for other controls.
Close