[6.0.0][Opt]默认关闭自驾轨迹点展示

This commit is contained in:
chenfufeng
2023-08-21 16:00:17 +08:00
committed by zhongchao
parent 74614ad934
commit 02c9f8320e

View File

@@ -119,7 +119,7 @@ class OverMapView @JvmOverloads constructor(
private val markerOptionsList by lazy {
ArrayList<MarkerOptions>()
}
private var isDebug = true
private var isDebug = false
// 绘制轨迹线的集合
private val textureList: MutableList<BitmapDescriptor?> = ArrayList()