[6.8.4][Fix]解决起终点未清除的问题

This commit is contained in:
chenfufeng
2024-12-23 15:34:33 +08:00
parent acd8251801
commit 63749d3389

View File

@@ -1861,6 +1861,9 @@ class TravelRealityView @JvmOverloads constructor(
clearSmallSites()
} else {
UiThreadHandler.post {
smallSiteMarkerList?.forEach {
it.destroy()
}
smallSiteMarkerList = mAMap?.addMarkers(markerOptionsList, false)
}
}