com.google.maps.internal.StringJoin.UrlValue, java.io.Serializable, java.lang.Comparable<StaticMapsRequest.StaticMapType>public static enum StaticMapsRequest.StaticMapType extends java.lang.Enum<StaticMapsRequest.StaticMapType> implements com.google.maps.internal.StringJoin.UrlValue
| Modifier and Type | Method | Description | 
|---|---|---|
java.lang.String | 
toUrlValue() | 
|
static StaticMapsRequest.StaticMapType | 
valueOf(java.lang.String name) | 
 Returns the enum constant of this type with the specified name. 
 | 
static StaticMapsRequest.StaticMapType[] | 
values() | 
 Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final StaticMapsRequest.StaticMapType roadmap
public static final StaticMapsRequest.StaticMapType satellite
public static final StaticMapsRequest.StaticMapType terrain
public static final StaticMapsRequest.StaticMapType hybrid
public static StaticMapsRequest.StaticMapType[] values()
for (StaticMapsRequest.StaticMapType c : StaticMapsRequest.StaticMapType.values()) System.out.println(c);
public static StaticMapsRequest.StaticMapType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String toUrlValue()
toUrlValue in interface com.google.maps.internal.StringJoin.UrlValue