清除连线

This commit is contained in:
liujing
2020-12-22 19:38:27 +08:00
parent 438936225c
commit b1aafad479

View File

@@ -54,6 +54,8 @@ public class V2XIllegalParkMarker implements IV2XMarker<List<MarkerExploreWay>>
// 清除道路事件
V2XServiceManager
.getMoGoV2XMarkerManager().clearALLPOI();
//清除连线
V2XServiceManager.getMoGoV2XPolylineManager().clearLine();
if (entityList != null) {
for (int i = 0; i < entityList.size(); i++) {
MarkerExploreWay markerExploreWay = entityList.get(i);