added get creationTime

This commit is contained in:
2023-01-04 02:34:06 +01:00
parent f5c0509aaa
commit 8687e5d0ce
+1
View File
@@ -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; }