| 158 | void BuildRoute(uint32_t timeoutSec = routing::RouterDelegate::kNoTimeout); |
| 159 | void SetUserCurrentPosition(m2::PointD const & position); |
| 160 | void ResetRoutingSession() { m_routingSession.Reset(); } |
| 161 | // FollowRoute has a bug where the router follows the route even if the method hads't been called. |
| 162 | // This method was added because we do not want to break the behaviour that is familiar to our |
| 163 | // users. |
no test coverage detected