com.google.gwt.maps.client.control
Class MapTypeControl

java.lang.Object
  extended by com.google.gwt.maps.client.control.Control
      extended by com.google.gwt.maps.client.control.MapTypeControl

public final class MapTypeControl
extends Control

Creates a standard map type control for selecting and switching between supported map types via buttons.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.google.gwt.maps.client.control.Control
Control.CustomControl
 
Field Summary
 
Fields inherited from class com.google.gwt.maps.client.control.Control
jsoPeer
 
Constructor Summary
MapTypeControl()
          Create a new standard map type control.
MapTypeControl(boolean useShortNames)
          Creates a GMapTypeControl, using the short (alt) names for the map types if useShortNames is set to true, and the long names by default.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapTypeControl

public MapTypeControl()
Create a new standard map type control.


MapTypeControl

public MapTypeControl(boolean useShortNames)
Creates a GMapTypeControl, using the short (alt) names for the map types if useShortNames is set to true, and the long names by default.

Parameters:
useShortNames - if true then short (alt) names are used for the map types.