mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-19 21:13:35 +00:00
[routing] New API for lanes
Signed-off-by: Andrei Shkrob <github@shkrob.dev>
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
#include "routing/lanes/lane_info.hpp"
|
||||
#include "routing/routing_options.hpp"
|
||||
#include "routing/routing_settings.hpp"
|
||||
#include "routing/segment.hpp"
|
||||
@@ -139,7 +140,7 @@ public:
|
||||
|
||||
void SetTurnExits(uint32_t exitNum) { m_turn.m_exitNum = exitNum; }
|
||||
|
||||
std::vector<turns::SingleLaneInfo> & GetTurnLanes() { return m_turn.m_lanes; }
|
||||
turns::lanes::LanesInfo & GetTurnLanes() { return m_turn.m_lanes; }
|
||||
|
||||
void SetDistancesAndTime(double distFromBeginningMeters, double distFromBeginningMerc, double timeFromBeginningS)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user