public final class MKAnnotationViewDragState
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static long |
Canceling
View was not dragged and should return to its starting position (e.g.
|
static long |
Dragging
View is dragging ("lift" animations are complete)
|
static long |
Ending
View was dragged, new coordinate is set and view should return to resting position (e.g.
|
static long |
None
View is at rest, sitting on the map.
|
static long |
Starting
View is beginning to drag (e.g.
|
public static final long None
public static final long Starting
public static final long Dragging
public static final long Canceling
public static final long Ending