com.google.maps.gwt.client
Class MapTypeControlStyle

java.lang.Object
  extended by JavaScriptObject
      extended by com.google.maps.gwt.client.MapTypeControlStyle

public class MapTypeControlStyle
extends JavaScriptObject

Identifiers for common MapTypesControls. THIS SOURCE CODE IS GENERATED, DO NOT MODIFY


Field Summary
static MapTypeControlStyle DEFAULT
          Uses the default map type control.
static MapTypeControlStyle DROPDOWN_MENU
          A dropdown menu for the screen realestate conscious.
static MapTypeControlStyle HORIZONTAL_BAR
          The standard horizontal radio buttons bar.
 
Constructor Summary
protected MapTypeControlStyle()
          Protected constructor avoids default public constructor.
 
Method Summary
static MapTypeControlStyle fromValue(double value)
          Access the enum instance using the underlying value of the type.
 double getValue()
          Access the underlying value of the type.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT

public static final MapTypeControlStyle DEFAULT
Uses the default map type control. The control which DEFAULT maps to will vary according to window size and other factors. It may change in future versions of the API.


DROPDOWN_MENU

public static final MapTypeControlStyle DROPDOWN_MENU
A dropdown menu for the screen realestate conscious.


HORIZONTAL_BAR

public static final MapTypeControlStyle HORIZONTAL_BAR
The standard horizontal radio buttons bar.

Constructor Detail

MapTypeControlStyle

protected MapTypeControlStyle()
Protected constructor avoids default public constructor.

Method Detail

fromValue

public static final MapTypeControlStyle fromValue(double value)
Access the enum instance using the underlying value of the type.


getValue

public final double getValue()
Access the underlying value of the type.