added getRoute

This commit is contained in:
2022-12-28 17:46:57 +01:00
parent 4b0f81ab40
commit c243d2a923
+1
View File
@@ -157,6 +157,7 @@ class Navigation {
* @return RouteInfo
*/
RouteInfo getRouteInfo() const { return this->route->getRouteInfo(); }
Route* getRoute() const { return this->route; }
static void setOutputStatusPrintPVTdata(bool status);