| 47 | return e.GetStartJunction().GetPoint(); |
| 48 | } |
| 49 | inline m2::PointD GetEnd(Edge const & e) |
| 50 | { |
| 51 | return e.GetEndJunction().GetPoint(); |
| 52 | } |
| 53 | |
| 54 | std::vector<m2::PointD> GetPoints(routing::RoadGraphBase::EdgeVector const & p); |
| 55 | } // namespace routing |
no test coverage detected