OnFeatureDragCallback typedef
OnFeatureDragCallback =
void Function(Point<double> point, LatLng origin, LatLng current, LatLng delta, String id, Annotation? annotation, DragEventType eventType)
Implementation
typedef OnFeatureDragCallback = void Function(
Point<double> point,
LatLng origin,
LatLng current,
LatLng delta,
String id,
Annotation? annotation,
DragEventType eventType,
);