Enumeration: MKAnnotationViewDragState
Overview
These constants indicate the current drag state of an annotation view.
Constant Summary
- MKAnnotationViewDragStateNone
The view is not involved in a drag operation. the annotation view is responsible for returning itself to this state when a drag ends or is canceled.available in ios 4.0 and later.declared in mkannotationview.h.
- MKAnnotationViewDragStateStarting
An action occurred that indicated the view should begin dragging. the map view automatically moves annotation views to this state in response to appropriate user actions.available in ios 4.0 and later.declared in mkannotationview.h.
- MKAnnotationViewDragStateDragging
The view is in the middle of a drag operation and is tracking progress. available in ios 4.0 and later.declared in mkannotationview.h.
- MKAnnotationViewDragStateCanceling
An action occurred that indicated the view should cancel the drag operation. you can put an annotation view into this state to abort the operation. available in ios 4.0 and later.declared in mkannotationview.h.
- MKAnnotationViewDragStateEnding
An action occurred that indicated the view was dropped by the user. the map view automatically moves annotation views to this state in response to appropriate user actions. available in ios 4.0 and later.declared in mkannotationview.h.