public static enum GLMapAnnotation.TouchType extends Enum<GLMapAnnotation.TouchType>
| Modifier and Type | Method and Description |
|---|---|
static GLMapAnnotation.TouchType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GLMapAnnotation.TouchType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GLMapAnnotation.TouchType down
public static final GLMapAnnotation.TouchType click
public static final GLMapAnnotation.TouchType longClick
public static final GLMapAnnotation.TouchType move
public static final GLMapAnnotation.TouchType cancel
public static GLMapAnnotation.TouchType[] values()
for (GLMapAnnotation.TouchType c : GLMapAnnotation.TouchType.values()) System.out.println(c);
public static GLMapAnnotation.TouchType 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