PointerMoveCallback typedef

PointerMoveCallback = void Function(PointerMoveEvent event, LatLng point)

Callback to notify when the map registers a pointer move event.

Implementation

typedef PointerMoveCallback = void Function(
  PointerMoveEvent event,
  LatLng point,
);