|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectJavaScriptObject
com.google.maps.gwt.client.MapTypeId
public class MapTypeId
Identifiers for common MapTypes. THIS SOURCE CODE IS GENERATED, DO NOT MODIFY
Field Summary | |
---|---|
static MapTypeId |
HYBRID
This map type displays a transparent layer of major streets on satellite images. |
static MapTypeId |
ROADMAP
This map type displays a normal street map. |
static MapTypeId |
SATELLITE
This map type displays satellite images. |
static MapTypeId |
TERRAIN
This map type displays maps with physical features such as terrain and vegetation. |
Constructor Summary | |
---|---|
protected |
MapTypeId()
Protected constructor avoids default public constructor. |
Method Summary | |
---|---|
static MapTypeId |
fromValue(java.lang.String value)
Access the enum instance using the underlying value of the type. |
java.lang.String |
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 MapTypeId HYBRID
public static final MapTypeId ROADMAP
public static final MapTypeId SATELLITE
public static final MapTypeId TERRAIN
Constructor Detail |
---|
protected MapTypeId()
Method Detail |
---|
public static final MapTypeId fromValue(java.lang.String value)
public final java.lang.String getValue()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |