| 79 | } |
| 80 | |
| 81 | bool AsyncRouter::FindClosestProjectionToRoad(m2::PointD const & point, m2::PointD const & direction, double radius, |
| 82 | EdgeProj & proj) |
| 83 | { |
| 84 | return m_router->FindClosestProjectionToRoad(point, direction, radius, proj); |
| 85 | } |
| 86 | |
| 87 | void AsyncRouter::RouterDelegateProxy::OnProgress(float progress) |
| 88 | { |
no outgoing calls
no test coverage detected