public static enum InfoWindow.FixedAnchor extends java.lang.Enum<InfoWindow.FixedAnchor>
Enum Constant and Description |
---|
ANCHOR_LOWERLEFT |
ANCHOR_LOWERRIGHT |
ANCHOR_UPPERLEFT |
ANCHOR_UPPERRIGHT |
NOT_SET |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getValue() |
static InfoWindow.FixedAnchor |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static InfoWindow.FixedAnchor[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InfoWindow.FixedAnchor NOT_SET
public static final InfoWindow.FixedAnchor ANCHOR_LOWERLEFT
public static final InfoWindow.FixedAnchor ANCHOR_LOWERRIGHT
public static final InfoWindow.FixedAnchor ANCHOR_UPPERLEFT
public static final InfoWindow.FixedAnchor ANCHOR_UPPERRIGHT
public static InfoWindow.FixedAnchor[] values()
for (InfoWindow.FixedAnchor c : InfoWindow.FixedAnchor.values()) System.out.println(c);
public static InfoWindow.FixedAnchor 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 getValue()