pauseTraceOverlayDraw method

Future<bool> pauseTraceOverlayDraw()

暂停动态轨迹绘制 since 3.6.0

Implementation

Future<bool> pauseTraceOverlayDraw() async {
  return await BMFMapDispatcherFactory.instance.overlayDispatcher
      .pauseTraceOverlayDraw(this.methodChannel, this);
}