on Drag Started
fun onDragStarted(onDragStart: (PolygonAnnotation) -> Unit): PolygonAnnotationGroupInteractionsState
Set onDragStart Callback to be invoked when one of the PolygonAnnotation dragging has started. The dragged PolygonAnnotation will be passed as parameter.