| 26 | m2::PointD const & GetPointTo() const; |
| 27 | |
| 28 | size_t GetNumSubroutes() const { return m_points.size() - 1; } |
| 29 | bool IsFinished() const { return m_passedIdx >= GetNumSubroutes(); } |
| 30 | |
| 31 | double GetSummaryLengthBetweenPointsMeters() const; |
no test coverage detected