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