OnFeatureDragnCallback typedef
OnFeatureDragnCallback =
void Function(dynamic id, {required LatLng current, required LatLng delta, required DragEventType eventType, required LatLng origin, required Point<double> point})
Implementation
typedef OnFeatureDragnCallback = void Function(dynamic id,
{required Point<double> point,
required LatLng origin,
required LatLng current,
required LatLng delta,
required DragEventType eventType});