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