TapCallback typedef
TapCallback =
void Function(TapPosition tapPosition, LatLng point)
Callback to notify when the map registers a confirmed short tap gesture.
Implementation
typedef TapCallback = void Function(TapPosition tapPosition, LatLng point);