| 77 | LatLonWithAltitude const & GetStartJunction() const; |
| 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. |
no outgoing calls
no test coverage detected