OnPolylineAnnotationDragListener

Interface definition for a callback to be invoked when a polylineAnnotation is dragged.

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
onAnnotationDrag
Link copied to clipboard
abstract fun onAnnotationDrag(annotation: Annotation<*>)
onAnnotationDragFinished
Link copied to clipboard
abstract fun onAnnotationDragFinished(annotation: Annotation<*>)
onAnnotationDragStarted
Link copied to clipboard
abstract fun onAnnotationDragStarted(annotation: Annotation<*>)
toString
Link copied to clipboard
open fun toString(): String