showHeatMap method
- bool show
显示热力图(在某些Android机型上,该方法执行无效)
show ture展示 false关闭
bool 成功返回true 失败false
Implementation
Future<bool> showHeatMap(bool show) async {
return await BMFMapDispatcherFactory.instance.mapStatusDispatcher
.showHeatMap(_mapChannel, show);
}