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