ALKMaps.Control.NavPanel

This Toolbar is an alternative to the Navigation control that displays the state of the control, and provides a UI for changing state to use the zoomBox via a Panel control.

Inherits from

Summary
ALKMaps.Control.NavPanelThis Toolbar is an alternative to the Navigation control that displays the state of the control, and provides a UI for changing state to use the zoomBox via a Panel control.
Constructor
ALKMaps.Control.NavToolbarAdd our two mousedefaults controls.
Functions
drawcalls the default draw, and then activates draw panel.

Constructor

ALKMaps.Control.NavToolbar

Add our two mousedefaults controls.

Parameters

options{Object} An optional object whose properties will be used to extend the control.

Properties for options addSelectButton - {Boolean} Add select toggle button or not. showEditPanel - {ALKMaps.Layer.Vector} A layer that allows user to draw.

Functions

draw

draw: function()

calls the default draw, and then activates draw panel.

draw: function()
calls the default draw, and then activates draw panel.
The Panel control is a container for other controls.
Close