added displaying all locations upon stopping the route

This commit is contained in:
Sem van der Hoeven
2021-01-06 11:33:15 +01:00
parent f6af7ae80b
commit f5da1c8a83
10 changed files with 95 additions and 32 deletions

View File

@@ -34,14 +34,6 @@ public enum StaticData {
return locationsVisited;
}
private Polyline currentRoute;
public void setCurrentRoute(Polyline currentRoute) {
this.currentRoute = currentRoute;
}
public Polyline getCurrentRoute() {
return currentRoute;
}
}