Added total distance in route detail

This commit is contained in:
RemoMeijer
2021-01-06 16:27:28 +01:00
parent fb2f7e8a66
commit d67d78b385
7 changed files with 60 additions and 43 deletions

View File

@@ -66,7 +66,6 @@ public class Route implements Parcelable {
}
public float getTotalDistance() {
//TODO calculate total distance according to all locations in list
return totalDistance;
}