hideMarkerInfoWindow method

Future<void> hideMarkerInfoWindow(
  1. String markerId
)

Implementation

Future<void> hideMarkerInfoWindow(String markerId) async {
  var ctrl = await _controller.future;
  return ctrl.hideMarkerInfoWindow(MarkerId(markerId));
}