Merge branch 'ml' into dev_merge_shunyi_vr_map

This commit is contained in:
liujing
2020-12-22 19:38:44 +08:00

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);