removeHeatMap method
删除热力图
bool 成功返回true 失败false
Implementation
Future<bool> removeHeatMap() async {
  return await BMFMapDispatcherFactory.instance.mapStatusDispatcher
      .removeHeatMap(_mapChannel);
}删除热力图
bool 成功返回true 失败false
Future<bool> removeHeatMap() async {
  return await BMFMapDispatcherFactory.instance.mapStatusDispatcher
      .removeHeatMap(_mapChannel);
}