com.google.maps.gwt.client
Class ZoomControlStyle

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

public class ZoomControlStyle
extends JavaScriptObject

Identifiers for the zoom control. THIS SOURCE CODE IS GENERATED, DO NOT MODIFY


Field Summary
static ZoomControlStyle DEFAULT
          The default zoom control.
static ZoomControlStyle LARGE
          The larger control, with the zoom slider in addition to +/- buttons.
static ZoomControlStyle SMALL
          A small control with buttons to zoom in and out.
 
Constructor Summary
protected ZoomControlStyle()
          Protected constructor avoids default public constructor.
 
Method Summary
static ZoomControlStyle 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 ZoomControlStyle DEFAULT
The default zoom control. The control which DEFAULT maps to will vary according to map size and other factors. It may change in future versions of the API.


LARGE

public static final ZoomControlStyle LARGE
The larger control, with the zoom slider in addition to +/- buttons.


SMALL

public static final ZoomControlStyle SMALL
A small control with buttons to zoom in and out.

Constructor Detail

ZoomControlStyle

protected ZoomControlStyle()
Protected constructor avoids default public constructor.

Method Detail

fromValue

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