| 287 | } |
| 288 | |
| 289 | void IndexRouter::ClearState() |
| 290 | { |
| 291 | m_roadGraph.ClearState(); |
| 292 | m_directionsEngine->Clear(); |
| 293 | m_dataSource.FreeHandles(); |
| 294 | } |
| 295 | |
| 296 | bool IndexRouter::FindClosestProjectionToRoad(m2::PointD const & point, m2::PointD const & direction, double radius, |
| 297 | EdgeProj & proj) |
nothing calls this directly
no test coverage detected