onDragUpdate abstract method
void
onDragUpdate(
- T item,
- LatLng origin,
- LatLng current
Handle drag updates (e.g., debounced position change callbacks).
Implementation
void onDragUpdate(T item, LatLng origin, LatLng current);