removeInfoWindow method

Future<bool> removeInfoWindow (
  1. BMFInfoWindow infoWindow
)

地图移除BMFInfoWindow infoWindow

Implementation

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