- new implementation for course and distance calculation

This commit is contained in:
2024-07-03 09:05:06 +02:00
parent 717daef21e
commit dd304cf787
4 changed files with 54 additions and 11 deletions
+1
View File
@@ -88,6 +88,7 @@ Point Route::getPreviousPoint()
this->currentPoint--;
return *this->it;
}
return point;
}