added get creationTime
This commit is contained in:
@@ -84,6 +84,7 @@ class Point{
|
|||||||
int16_t courseTo(const Coordinates& point) const;
|
int16_t courseTo(const Coordinates& point) const;
|
||||||
int16_t courseTo(const Point& point) const;
|
int16_t courseTo(const Point& point) const;
|
||||||
|
|
||||||
|
uint32_t getCreationTime() const { return this->creationTime; }
|
||||||
double getLongitude() const { return this->coordinates.lon; }
|
double getLongitude() const { return this->coordinates.lon; }
|
||||||
double getLatitude() const { return this->coordinates.lat; }
|
double getLatitude() const { return this->coordinates.lat; }
|
||||||
Coordinates getCoordinates() const { return this->coordinates; }
|
Coordinates getCoordinates() const { return this->coordinates; }
|
||||||
|
|||||||
Reference in New Issue
Block a user