public static enum GLMapAnnotation.AnnotationStyle extends Enum<GLMapAnnotation.AnnotationStyle>
| Enum Constant and Description |
|---|
screenAnnotationFlag |
screenAnnotationPin |
screenAnnotationPopup |
spriteAnnotationFlag |
spriteIncident |
| Modifier and Type | Method and Description |
|---|---|
static GLMapAnnotation.AnnotationStyle |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GLMapAnnotation.AnnotationStyle[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GLMapAnnotation.AnnotationStyle screenAnnotationPopup
public static final GLMapAnnotation.AnnotationStyle screenAnnotationPin
public static final GLMapAnnotation.AnnotationStyle screenAnnotationFlag
public static final GLMapAnnotation.AnnotationStyle spriteAnnotationFlag
public static final GLMapAnnotation.AnnotationStyle spriteIncident
public static GLMapAnnotation.AnnotationStyle[] values()
for (GLMapAnnotation.AnnotationStyle c : GLMapAnnotation.AnnotationStyle.values()) System.out.println(c);
public static GLMapAnnotation.AnnotationStyle 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 null