|
Maps SDK for C++ 1.0.0
|
timespan & distance & coordinates structure More...

Public Member Functions | |
| TimeDistanceCoordinate (const Coordinates &co=Coordinates(), int ds=0, int ts=0) | |
| Ctor. | |
| TimeDistanceCoordinate (const TimeDistanceCoordinate &tdc)=default | |
| Default copy constructor. | |
| TimeDistanceCoordinate (TimeDistanceCoordinate &&tdc)=default | |
| Default move constructor. | |
| TimeDistanceCoordinate & | operator= (const TimeDistanceCoordinate &tdc)=default |
| Default copy operator. | |
| TimeDistanceCoordinate & | operator= (TimeDistanceCoordinate &&tdc)=default |
| Default move operator. | |
Public Attributes | |
| Coordinates | coords |
| WGS coordinates. | |
| int | distance |
| relative distance in meters from a reference position | |
| int | timespan |
| relative timespan in seconds from a reference time | |
timespan & distance & coordinates structure
|
inline |
Ctor.
| co | The coordinates |
| ds | The relative distance from a reference position |
| ts | The relative timespan in seconds from a reference time |
|
default |
Default copy constructor.
| tdc | The TimeDistanceCoordinate object |
|
default |
Default move constructor.
| tdc | The TimeDistanceCoordinate object |
|
default |
Default copy operator.
| tdc | The TimeDistanceCoordinate object to copy |
|
default |
Default move operator.
| tdc | The TimeDistanceCoordinate object to move |