OnPolylineAnnotationDragListener

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

Functions

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<*>)