com.google.maps.gwt.client
Class NavigationControlStyle

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

public class NavigationControlStyle
extends JavaScriptObject

Identifiers for common types of navigation controls. THIS SOURCE CODE IS GENERATED, DO NOT MODIFY


Field Summary
static NavigationControlStyle ANDROID
          The small zoom control similar to the one used by the native Maps application on Android.
static NavigationControlStyle DEFAULT
          The default navigation control.
static NavigationControlStyle SMALL
          The small, zoom only control.
static NavigationControlStyle ZOOM_PAN
          The larger control, with the zoom slider and pan directional pad.
 
Constructor Summary
protected NavigationControlStyle()
          Protected constructor avoids default public constructor.
 
Method Summary
static NavigationControlStyle 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

ANDROID

public static final NavigationControlStyle ANDROID
The small zoom control similar to the one used by the native Maps application on Android.


DEFAULT

public static final NavigationControlStyle DEFAULT
The default navigation 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.


SMALL

public static final NavigationControlStyle SMALL
The small, zoom only control.


ZOOM_PAN

public static final NavigationControlStyle ZOOM_PAN
The larger control, with the zoom slider and pan directional pad.

Constructor Detail

NavigationControlStyle

protected NavigationControlStyle()
Protected constructor avoids default public constructor.

Method Detail

fromValue

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