PointerHoverCallback typedef

PointerHoverCallback = void Function(PointerHoverEvent event, LatLng point)

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

Implementation

typedef PointerHoverCallback = void Function(
  PointerHoverEvent event,
  LatLng point,
);