[3.3.0] fix bug of amap line problem ,and change the log

This commit is contained in:
zhongchao
2023-06-29 11:34:43 +08:00
parent 06f8573265
commit 5c0b5351de
2 changed files with 2 additions and 2 deletions

View File

@@ -132,7 +132,7 @@ class SmallMapView @JvmOverloads constructor(
@UiThread
fun clearPolyline() {
if (mPolyline != null) {
mPolyline!!.points = null
mPolyline!!.points = emptyList()
}
if (mStartMarker != null) {
mStartMarker!!.isVisible = false