com.google.maps.gwt.client
Class ScaleControlStyle

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

public class ScaleControlStyle
extends JavaScriptObject

Identifiers for scale control ids. THIS SOURCE CODE IS GENERATED, DO NOT MODIFY


Field Summary
static ScaleControlStyle DEFAULT
          The standard scale control.
 
Constructor Summary
protected ScaleControlStyle()
          Protected constructor avoids default public constructor.
 
Method Summary
static ScaleControlStyle 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 ScaleControlStyle DEFAULT
The standard scale control.

Constructor Detail

ScaleControlStyle

protected ScaleControlStyle()
Protected constructor avoids default public constructor.

Method Detail

fromValue

public static final ScaleControlStyle 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.