OnAnnotationDragListener

Generic interface definition of a callback to be invoked when an annotation is being dragged.

Parameters

generic parameter extending from Annotation

Functions

Link copied to clipboard
abstract fun onAnnotationDrag(annotation: Annotation<*>)

Called when an annotation dragging is in progress.

Link copied to clipboard
abstract fun onAnnotationDragFinished(annotation: Annotation<*>)

Called when an annotation dragging has finished.

Link copied to clipboard
abstract fun onAnnotationDragStarted(annotation: Annotation<*>)

Called when an annotation dragging has started.

Inheritors

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard