stopHeatMapFrameAnimation method Null safety
停止热力图动画
bool 成功返回true 失败false
Implementation
Future<bool> stopHeatMapFrameAnimation() async {
return await BMFMapDispatcherFactory.instance.heatMapDispatcher
.stopFrameAnimation(_mapChannel);
}
停止热力图动画
bool 成功返回true 失败false
Future<bool> stopHeatMapFrameAnimation() async {
return await BMFMapDispatcherFactory.instance.heatMapDispatcher
.stopFrameAnimation(_mapChannel);
}