| 118 | } |
| 119 | |
| 120 | m2::PointD RoutingSession::GetEndPoint() const |
| 121 | { |
| 122 | CHECK_THREAD_CHECKER(m_threadChecker, ()); |
| 123 | return m_checkpoints.GetFinish(); |
| 124 | } |
| 125 | |
| 126 | void RoutingSession::DoReadyCallback::operator()(std::shared_ptr<Route> const & route, RouterResultCode e) |
| 127 | { |
no outgoing calls
no test coverage detected