Package com.google.gwt.maps.client.control

Classes for control UI components.

See:
          Description

Class Summary
Control Control is the abstract base class for all Map Control types.
Control.CustomControl This class should be extended to create a custom control type.
ControlPosition This class described the position of a control in the map view.
HierarchicalMapTypeControl Creates a control with buttons to pan in four directions, and zoom in and zoom out, and a zoom slider.
LargeMapControl Creates a control with buttons to pan in four directions, and zoom in and zoom out, and a zoom slider.
LargeMapControl3D Creates a control with buttons to pan in four directions, and zoom in and zoom out, and a zoom slider in a 3D style.
MapTypeControl Creates a standard map type control for selecting and switching between supported map types via buttons.
MenuMapTypeControl Creates a drop-down map type control for switching between supported map types.
NavLabelControl Creates a control with buttons to pan in four directions, and zoom in and zoom out.
OverviewMapControl Creates a collapsible overview mini-map in the corner of the main map for reference location and navigation (through dragging).
ScaleControl Creates a control that displays the map scale.
SmallMapControl Creates a control with buttons to pan in four directions, and zoom in and zoom out.
SmallZoomControl Creates a control with buttons to zoom in and zoom out.
SmallZoomControl3D Creates a control with buttons to pan in four directions, and zoom in and zoom out in a 3D style.
 

Enum Summary
ControlAnchor Wraps the class GControlAnchor which is used by ControlPosition to determine which corner of the screen to use as an anchor for positioning a control.
 

Package com.google.gwt.maps.client.control Description

Classes for control UI components.

The classes in this package represent UI components that allow the user to control zoom, the current map type, and other properties of the map.