| 1491 | } |
| 1492 | |
| 1493 | bool RoutingManager::HasSavedRoutePoints() const |
| 1494 | { |
| 1495 | auto const fileName = GetPlatform().SettingsPathForFile(kRoutePointsFile); |
| 1496 | return GetPlatform().IsFileExistsByFullPath(fileName); |
| 1497 | } |
| 1498 | |
| 1499 | void RoutingManager::LoadRoutePoints(LoadRouteHandler const & handler) |
| 1500 | { |
no test coverage detected