public enum MapStateEventType extends Enum<MapStateEventType>
Enum Constant and Description |
---|
bounds_changed |
center_changed |
drag |
dragend |
dragstart |
heading_changed |
idle |
maptypeid_changed |
projection_changed |
resize |
tilesloaded |
tilt_changed |
zoom_changed |
Modifier and Type | Method and Description |
---|---|
static MapStateEventType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MapStateEventType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MapStateEventType bounds_changed
public static final MapStateEventType center_changed
public static final MapStateEventType drag
public static final MapStateEventType dragend
public static final MapStateEventType dragstart
public static final MapStateEventType heading_changed
public static final MapStateEventType idle
public static final MapStateEventType maptypeid_changed
public static final MapStateEventType projection_changed
public static final MapStateEventType resize
public static final MapStateEventType tilesloaded
public static final MapStateEventType tilt_changed
public static final MapStateEventType zoom_changed
public static MapStateEventType[] values()
for (MapStateEventType c : MapStateEventType.values()) System.out.println(c);
public static MapStateEventType 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 nullCopyright © 2016. All Rights Reserved.