onDragUpdate method

  1. @override
void onDragUpdate(
  1. InteractivePolyline<Object> item,
  2. LatLng origin,
  3. LatLng current
)
override

Handle drag updates (e.g., debounced position change callbacks).

Implementation

@override
void onDragUpdate(InteractivePolyline item, LatLng origin, LatLng current) {
  // Polyline drag feedback
}