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