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

Method GetFinishSegment

libs/routing/index_graph_starter.hpp:80–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78 LatLonWithAltitude const & GetFinishJunction() const;
79 Segment GetStartSegment() const { return GetFakeSegment(m_start.m_id); }
80 Segment GetFinishSegment() const { return GetFakeSegment(m_finish.m_id); }
81 // If segment is real returns true and does not modify segment.
82 // If segment is part of real converts it to real and returns true.
83 // Otherwise returns false and does not modify segment.

Callers 7

LeapsGraphMethod · 0.45
InitEndingMethod · 0.45
CalculateRouteFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected