LongPressCallback typedef
LongPressCallback =
void Function(TapPosition tapPosition, LatLng point)
Callback to notify when the map emits long-press gesture
Implementation
typedef LongPressCallback = void Function(
TapPosition tapPosition,
LatLng point,
);