onDragUpdate method
Handle drag updates (e.g., debounced position change callbacks).
Implementation
@override
void onDragUpdate(InteractivePolyline item, LatLng origin, LatLng current) {
// Polyline drag feedback
}
Handle drag updates (e.g., debounced position change callbacks).
@override
void onDragUpdate(InteractivePolyline item, LatLng origin, LatLng current) {
// Polyline drag feedback
}