onDragUpdate abstract method

void onDragUpdate(
  1. T item,
  2. LatLng origin,
  3. LatLng current
)

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

Implementation

void onDragUpdate(T item, LatLng origin, LatLng current);