osrm-backend/include/guidance/turn_lane_augmentation.hpp

16 lines
482 B
C++

#ifndef OSRM_GUIDANCE_TURN_LANE_AUGMENTATION_HPP_
#define OSRM_GUIDANCE_TURN_LANE_AUGMENTATION_HPP_
#include "guidance/intersection.hpp"
#include "guidance/turn_lane_data.hpp"
namespace osrm::guidance::lanes
{
[[nodiscard]] LaneDataVector handleNoneValueAtSimpleTurn(LaneDataVector lane_data,
const Intersection &intersection);
} // namespace osrm::guidance::lanes
#endif /* OSRM_GUIDANCE_TURN_LANE_AUGMENTATION_HPP_ */