hideMarkerInfoWindow method

Future<void> hideMarkerInfoWindow(
  1. MarkerId markerId
)

Implementation

Future<void> hideMarkerInfoWindow(MarkerId markerId) {
  return mChannel.hideMarkerInfoWindow(markerId, mapId: mapId);
}