OnMapTapListener typedef

OnMapTapListener = void Function(ScreenCoordinate coordinate)

Gesture listener called on map tap.

Implementation

typedef void OnMapTapListener(ScreenCoordinate coordinate);