MCPcopy Create free account
hub / github.com/Project-OSRM/osrm-backend / GetTileTurns

Method GetTileTurns

include/engine/routing_algorithms.hpp:228–233  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

226
227template <routing_algorithms::RoutingAlgorithm Algorithm>
228inline std::vector<routing_algorithms::TurnData> RoutingAlgorithms<Algorithm>::GetTileTurns(
229 const std::vector<datafacade::BaseDataFacade::RTreeLeaf> &edges,
230 const std::vector<std::size_t> &sorted_edge_indexes) const
231{
232 return routing_algorithms::getTileTurns(*facade, edges, sorted_edge_indexes);
233}
234
235} // namespace osrm::engine
236

Callers 1

HandleRequestMethod · 0.80

Calls 1

getTileTurnsFunction · 0.85

Tested by

no test coverage detected