PointerCancelCallback typedef

PointerCancelCallback = void Function(PointerCancelEvent event, LatLng point)

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

Implementation

typedef PointerCancelCallback = void Function(
  PointerCancelEvent event,
  LatLng point,
);