|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectJavaScriptObject
com.google.maps.gwt.client.NavigationControlStyle
public class NavigationControlStyle
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 |
---|
public static final NavigationControlStyle ANDROID
public static final NavigationControlStyle DEFAULT
public static final NavigationControlStyle SMALL
public static final NavigationControlStyle ZOOM_PAN
Constructor Detail |
---|
protected NavigationControlStyle()
Method Detail |
---|
public static final NavigationControlStyle fromValue(double value)
public final double getValue()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |