MCPcopy Create free account
hub / github.com/comaps/comaps / HasSavedRoutePoints

Method HasSavedRoutePoints

libs/map/routing_manager.cpp:1493–1497  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Calls 2

SettingsPathForFileMethod · 0.80

Tested by

no test coverage detected