DragCallback<T> typedef

DragCallback<T> = void Function(T mapObject, Point point)

Implementation

typedef DragCallback<T> = void Function(T mapObject, Point point);