Archived
0

implement loop route specification

This commit is contained in:
iMoHax
2015-07-30 12:00:06 +03:00
parent d1ac962d3d
commit 40b0f66d8d
5 changed files with 244 additions and 5 deletions

View File

@@ -33,7 +33,7 @@ public class RoutesSearchTask extends AnalyzerTask<Collection<Route>>{
if (to != null) {
routes = analyzer.getRoutes(stationFrom, to);
} else {
routes = analyzer.getRoutes(stationFrom);
routes = analyzer.getLoops(stationFrom, 100);
}
}
} else {