时间区间算法,车道施工,道路施工

This commit is contained in:
squallzhjch
2023-08-30 14:45:58 +08:00
parent 6447bbb8d5
commit 9fed02564c
6 changed files with 373 additions and 54 deletions

View File

@@ -142,7 +142,7 @@ class EvaluationResultViewModel @Inject constructor(
override fun onCleared() {
super.onCleared()
mapController.mMapView.removeOnNIMapClickListener(TAG)
mapController.markerHandle.removeMarker(TAG)
mapController.markerHandle.removeMarker()
mapController.lineHandler.removeLine()
}