MCPcopy Create free account
hub / github.com/comaps/comaps / GetFromTo

Method GetFromTo

libs/routing/guides_graph.cpp:154–159  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

152}
153
154std::pair<LatLonWithAltitude, LatLonWithAltitude> GuidesGraph::GetFromTo(Segment const & segment) const
155{
156 auto const & from = GetJunction(segment, false /* front */);
157 auto const & to = GetJunction(segment, true /* front */);
158 return std::make_pair(from, to);
159}
160} // namespace routing

Callers 2

AddConnectionToOsmMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected