MarkerWithTooltip constructor
MarkerWithTooltip({})
Implementation
MarkerWithTooltip(
{required this.markerColor,
required this.markerSize,
required String this.statusText,
required bool this.isShowingTooltip,
required Function this.onTap});