On Polygon Annotation Drag Listener
Interface definition for a callback to be invoked when a polygonAnnotation is dragged.
interface OnPolygonAnnotationDragListener : OnAnnotationDragListener<PolygonAnnotation>
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