Class MKAnnotationViewDragState


  • public final class MKAnnotationViewDragState
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static long Canceling
      View was not dragged and should return to its starting position (e.g. pin drop)
      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. pin drop)
      static long None
      View is at rest, sitting on the map.
      static long Starting
      View is beginning to drag (e.g. pin lift)
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • None

        public static final long None
        View is at rest, sitting on the map.
        See Also:
        Constant Field Values
      • Starting

        public static final long Starting
        View is beginning to drag (e.g. pin lift)
        See Also:
        Constant Field Values
      • Dragging

        public static final long Dragging
        View is dragging ("lift" animations are complete)
        See Also:
        Constant Field Values
      • Canceling

        public static final long Canceling
        View was not dragged and should return to its starting position (e.g. pin drop)
        See Also:
        Constant Field Values
      • Ending

        public static final long Ending
        View was dragged, new coordinate is set and view should return to resting position (e.g. pin drop)
        See Also:
        Constant Field Values