OnMapTap typedef
OnMapTap =
void Function(GeoPoint location)
Callback type for when the map is tapped.
Implementation
typedef OnMapTap = void Function(GeoPoint location);
Callback type for when the map is tapped.
typedef OnMapTap = void Function(GeoPoint location);