From 79564c73df382a0f23ee33f2ce6eb984aab1d0fa Mon Sep 17 00:00:00 2001 From: chenfufeng Date: Thu, 28 Sep 2023 14:22:16 +0800 Subject: [PATCH] =?UTF-8?q?[6.1.0][Opt]=E6=95=B0=E6=8D=AE=E4=B8=BA?= =?UTF-8?q?=E7=A9=BA=E4=B9=9F=E6=B8=85=E9=99=A4=E8=BD=A8=E8=BF=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/java/com/mogo/eagle/core/function/view/OverMapView.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/function-impl/mogo-core-function-map/src/main/java/com/mogo/eagle/core/function/view/OverMapView.kt b/core/function-impl/mogo-core-function-map/src/main/java/com/mogo/eagle/core/function/view/OverMapView.kt index bb416ca33d..ee41d68558 100644 --- a/core/function-impl/mogo-core-function-map/src/main/java/com/mogo/eagle/core/function/view/OverMapView.kt +++ b/core/function-impl/mogo-core-function-map/src/main/java/com/mogo/eagle/core/function/view/OverMapView.kt @@ -764,8 +764,8 @@ class OverMapView @JvmOverloads constructor( * 绘制站点轨迹线 */ fun drawSitePolyline(coordinates: List?, bitmap: Bitmap) { - if (coordinates.isNullOrEmpty()) return clearSitePolyline() + if (coordinates.isNullOrEmpty()) return if (mAMap != null) { Message.obtain().apply { what = DRAW_SITE_LINE