removeInfoWindow method

Future<bool> removeInfoWindow (
  1. BMFInfoWindow infoWindow
)

地图移除BMFInfoWindow infoWindow

Implementation

Future<bool> removeInfoWindow(BMFInfoWindow infoWindow) async {
  return await BMFMapDispatcherFactory.instance.markerDispatcher
      .removeInfoWindow(_mapChannel, infoWindow);
}