pauseTraceOverlayDraw method
暂停动态轨迹绘制 since 3.6.0
Implementation
Future<bool> pauseTraceOverlayDraw() async {
return await BMFMapDispatcherFactory.instance.overlayDispatcher
.pauseTraceOverlayDraw(this.methodChannel, this);
}
暂停动态轨迹绘制 since 3.6.0
Future<bool> pauseTraceOverlayDraw() async {
return await BMFMapDispatcherFactory.instance.overlayDispatcher
.pauseTraceOverlayDraw(this.methodChannel, this);
}