On Point Annotation Drag Listener
Interface definition for a callback to be invoked when a pointAnnotation is dragged.
interface OnPointAnnotationDragListener : OnAnnotationDragListener<PointAnnotation>
Content copied to clipboard
Functions
equals
Link copied to clipboard
onAnnotationDrag
Link copied to clipboard
onAnnotationDragFinished
Link copied to clipboard
abstract override fun onAnnotationDragFinished(annotation: Annotation<*>)
Content copied to clipboard
onAnnotationDragStarted
Link copied to clipboard