From 02c9f8320e67666476b4f6a8b5479f6f28151c7c Mon Sep 17 00:00:00 2001 From: chenfufeng Date: Mon, 21 Aug 2023 16:00:17 +0800 Subject: [PATCH] =?UTF-8?q?[6.0.0][Opt]=E9=BB=98=E8=AE=A4=E5=85=B3?= =?UTF-8?q?=E9=97=AD=E8=87=AA=E9=A9=BE=E8=BD=A8=E8=BF=B9=E7=82=B9=E5=B1=95?= =?UTF-8?q?=E7=A4=BA?= 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 ed4793e385..b08bb0505c 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 @@ -119,7 +119,7 @@ class OverMapView @JvmOverloads constructor( private val markerOptionsList by lazy { ArrayList() } - private var isDebug = true + private var isDebug = false // 绘制轨迹线的集合 private val textureList: MutableList = ArrayList()