com.google.maps.gwt.client
Class MapTypeId

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

public class MapTypeId
extends JavaScriptObject

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

HYBRID

public static final MapTypeId HYBRID
This map type displays a transparent layer of major streets on satellite images.


ROADMAP

public static final MapTypeId ROADMAP
This map type displays a normal street map.


SATELLITE

public static final MapTypeId SATELLITE
This map type displays satellite images.


TERRAIN

public static final MapTypeId TERRAIN
This map type displays maps with physical features such as terrain and vegetation.

Constructor Detail

MapTypeId

protected MapTypeId()
Protected constructor avoids default public constructor.

Method Detail

fromValue

public static final MapTypeId fromValue(java.lang.String value)
Access the enum instance using the underlying value of the type.


getValue

public final java.lang.String getValue()
Access the underlying value of the type.