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

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

@@ -345,6 +345,16 @@ class MarkHandler(context: AppCompatActivity, mapView: NIMapView) :
}
}
fun removeMarker() {
for (e in mDefaultMarkerLayer.itemList) {
if (e is MarkerItem) {
mDefaultMarkerLayer.removeItem(e)
break
}
}
mMapView.vtmMap.updateMap(true)
}
/**
* 增加或更新marker