OnMapTapListener typedef
OnMapTapListener =
void Function(ScreenCoordinate coordinate)
Gesture listener called on map tap.
Implementation
typedef void OnMapTapListener(ScreenCoordinate coordinate);
Gesture listener called on map tap.
typedef void OnMapTapListener(ScreenCoordinate coordinate);