|
CartoType C++ API 7.8.2, 2022-03-25
for Windows, Linux, Qt and other platforms supporting C++ development
|
#include <cartotype_navigation.h>
Public Member Functions | |
| void | Clear () |
| void | Reverse () |
| void | Set (const CPathToJunction &aOther) |
Public Attributes | |
| CContour | iPath |
| TRoadType | iStartRoadType |
| TRoadType | iEndRoadType |
| double | iDistance |
Information about a path from the start or end of the route to the nearest non-trivial junction. Used when exporting traffic information.
|
inline |
Sets the object to its just-contructed state.
|
inline |
Reverses the path.
|
inline |
Copies the data froma Other to this object.
| double CartoType::CPathToJunction::iDistance |
The length of the path in meters.
| TRoadType CartoType::CPathToJunction::iEndRoadType |
The road type at the start of the path.
| CContour CartoType::CPathToJunction::iPath |
The path between the junction and the start or end of the route.
| TRoadType CartoType::CPathToJunction::iStartRoadType |
The road type at the start of the path.