Interface OnAnnotationDragListener<T extends Annotation>

    • Method Detail

      • onAnnotationDragStarted

        void onAnnotationDragStarted​(T annotation)
        Called when an annotation dragging has started.
        Parameters:
        annotation - the annotation
      • onAnnotationDrag

        void onAnnotationDrag​(T annotation)
        Called when an annotation dragging is in progress.
        Parameters:
        annotation - the annotation
      • onAnnotationDragFinished

        void onAnnotationDragFinished​(T annotation)
        Called when an annotation dragging has finished.
        Parameters:
        annotation - the annotation