MarkerTapCallback typedef
MarkerTapCallback =
void Function(String markerId)
Callback invoked when a marker is tapped.
Implementation
typedef MarkerTapCallback = void Function(String markerId);
Callback invoked when a marker is tapped.
typedef MarkerTapCallback = void Function(String markerId);