[3.3.0] fix bug of amap line problem ,and change the log
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user