From 3ea9358318b4c99f21244b70823458a60131140d Mon Sep 17 00:00:00 2001 From: Daniil Nikulin <daniil.nikulin@partner.bmwgroup.com> Date: Tue, 17 Sep 2024 14:07:39 +0200 Subject: [PATCH] feat: Add street_name into LogicalLane --- include/MapAPI/logical_lane.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/MapAPI/logical_lane.h b/include/MapAPI/logical_lane.h index 527be44..714452b 100644 --- a/include/MapAPI/logical_lane.h +++ b/include/MapAPI/logical_lane.h @@ -99,7 +99,7 @@ struct LogicalLane std::vector<RefWrapper<LogicalLane>> predecessor_lanes; std::vector<RefWrapper<LogicalLane>> successor_lanes; - + std::string street_name; }; } // namespace map_api -- GitLab