removeInfoWindow method
- BMFInfoWindow infoWindow
地图移除BMFInfoWindow infoWindow
Implementation
Future<bool> removeInfoWindow(BMFInfoWindow infoWindow) async {
return await BMFMapDispatcherFactory.instance.markerDispatcher
.removeInfoWindow(_mapChannel, infoWindow);
}