| 195 | TransitRouteInfo GetTransitRouteInfo() const; |
| 196 | |
| 197 | m2::PointD GetRouteEndPoint() const { return m_routingSession.GetEndPoint(); } |
| 198 | /// Returns the most situable router engine type. |
| 199 | routing::RouterType GetBestRouter(m2::PointD const & startPoint, m2::PointD const & finalPoint) const; |
| 200 | void SetLastUsedRouter(routing::RouterType type); |
nothing calls this directly
no test coverage detected