#ifndef ENGINE_GUIDANCE_ASSEMBLE_OVERVIEW_HPP #define ENGINE_GUIDANCE_ASSEMBLE_OVERVIEW_HPP #include "engine/guidance/leg_geometry.hpp" #include "util/coordinate.hpp" #include namespace osrm::engine::guidance { std::vector assembleOverview(const std::vector &leg_geometries, const bool use_simplification); } // namespace osrm::engine::guidance #endif