public enum GoogleV3MapType extends Enum<GoogleV3MapType>
Enum Constant and Description |
---|
G_HYBRID_MAP
This map type transposes street maps and labels over satellite images.
|
G_NORMAL_MAP
Normal street map type.
|
G_SATELLITE_MAP
This map type shows Google Earth satellite images.
|
G_TERRAIN_MAP
A terrain map type.
|
Modifier and Type | Method and Description |
---|---|
String |
getNativeType()
Returns the type.
|
static GoogleV3MapType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GoogleV3MapType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GoogleV3MapType G_SATELLITE_MAP
public static final GoogleV3MapType G_NORMAL_MAP
public static final GoogleV3MapType G_HYBRID_MAP
public static final GoogleV3MapType G_TERRAIN_MAP
public static GoogleV3MapType[] values()
for (GoogleV3MapType c : GoogleV3MapType.values()) System.out.println(c);
public static GoogleV3MapType 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 nullpublic String getNativeType()
Copyright © 2015. All Rights Reserved.