public enum GMapType extends Enum<GMapType>
| Modifier and Type | Method and Description |
|---|---|
String |
getJSsetMapType(GMap map) |
static GMapType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GMapType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GMapType ROADMAP
public static final GMapType SATELLITE
public static final GMapType HYBRID
public static final GMapType TERRAIN
public static GMapType[] values()
for (GMapType c : GMapType.values()) System.out.println(c);
public static GMapType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2016. All rights reserved.