public static enum StaticMapsRequest.Markers.CustomIconAnchor extends java.lang.Enum<StaticMapsRequest.Markers.CustomIconAnchor> implements com.google.maps.internal.StringJoin.UrlValue
Enum Constant and Description |
---|
bottom |
bottomleft |
bottomright |
center |
left |
right |
top |
topleft |
topright |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toUrlValue() |
static StaticMapsRequest.Markers.CustomIconAnchor |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StaticMapsRequest.Markers.CustomIconAnchor[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StaticMapsRequest.Markers.CustomIconAnchor top
public static final StaticMapsRequest.Markers.CustomIconAnchor bottom
public static final StaticMapsRequest.Markers.CustomIconAnchor left
public static final StaticMapsRequest.Markers.CustomIconAnchor right
public static final StaticMapsRequest.Markers.CustomIconAnchor center
public static final StaticMapsRequest.Markers.CustomIconAnchor topleft
public static final StaticMapsRequest.Markers.CustomIconAnchor topright
public static final StaticMapsRequest.Markers.CustomIconAnchor bottomleft
public static final StaticMapsRequest.Markers.CustomIconAnchor bottomright
public static StaticMapsRequest.Markers.CustomIconAnchor[] values()
for (StaticMapsRequest.Markers.CustomIconAnchor c : StaticMapsRequest.Markers.CustomIconAnchor.values()) System.out.println(c);
public static StaticMapsRequest.Markers.CustomIconAnchor 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