PointerHoverCallback typedef

PointerHoverCallback = void Function(PointerHoverEvent event, LatLng point)

Implementation

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