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

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

public final class MenuMapTypeControl
extends Control

Creates a drop-down map type control for switching between supported map types.


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
MenuMapTypeControl()
          Creates a drop-down map type control for switching between supported map types.
MenuMapTypeControl(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

MenuMapTypeControl

public MenuMapTypeControl()
Creates a drop-down map type control for switching between supported map types.


MenuMapTypeControl

public MenuMapTypeControl(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.