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