showMarkerInfoWindow method

Future<void> showMarkerInfoWindow(
  1. MarkerId markerId
)

Implementation

Future<void> showMarkerInfoWindow(MarkerId markerId) async =>
    _googleMapController?.showMarkerInfoWindow(markerId);