diff --git a/lib/Navigation/route.h b/lib/Navigation/route.h index 0968502..7aa7f33 100644 --- a/lib/Navigation/route.h +++ b/lib/Navigation/route.h @@ -84,6 +84,7 @@ class Point{ int16_t courseTo(const Coordinates& point) const; int16_t courseTo(const Point& point) const; + uint32_t getCreationTime() const { return this->creationTime; } double getLongitude() const { return this->coordinates.lon; } double getLatitude() const { return this->coordinates.lat; } Coordinates getCoordinates() const { return this->coordinates; }