[6.8.4][Fix]解决起终点未清除的问题
This commit is contained in:
@@ -1861,6 +1861,9 @@ class TravelRealityView @JvmOverloads constructor(
|
||||
clearSmallSites()
|
||||
} else {
|
||||
UiThreadHandler.post {
|
||||
smallSiteMarkerList?.forEach {
|
||||
it.destroy()
|
||||
}
|
||||
smallSiteMarkerList = mAMap?.addMarkers(markerOptionsList, false)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user