public static enum PolylineOptions.TextPriority extends java.lang.Enum<PolylineOptions.TextPriority>
HIGH
, 否则不能保证得到的展示效果。Modifier and Type | Method and Description |
---|---|
static PolylineOptions.TextPriority |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PolylineOptions.TextPriority[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PolylineOptions.TextPriority NORMAL
public static final PolylineOptions.TextPriority HIGH
public static PolylineOptions.TextPriority[] values()
for (PolylineOptions.TextPriority c : PolylineOptions.TextPriority.values()) System.out.println(c);
public static PolylineOptions.TextPriority 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 null