CartoType C++ API 7.8.2, 2022-03-25
for Windows, Linux, Qt and other platforms supporting C++ development
Public Member Functions | Public Attributes | List of all members
CartoType::CPathToJunction Class Reference

#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
 

Detailed Description

Information about a path from the start or end of the route to the nearest non-trivial junction. Used when exporting traffic information.

Member Function Documentation

◆ Clear()

void CartoType::CPathToJunction::Clear ( )
inline

Sets the object to its just-contructed state.

◆ Reverse()

void CartoType::CPathToJunction::Reverse ( )
inline

Reverses the path.

◆ Set()

void CartoType::CPathToJunction::Set ( const CPathToJunction aOther)
inline

Copies the data froma Other to this object.

Member Data Documentation

◆ iDistance

double CartoType::CPathToJunction::iDistance

The length of the path in meters.

◆ iEndRoadType

TRoadType CartoType::CPathToJunction::iEndRoadType

The road type at the start of the path.

◆ iPath

CContour CartoType::CPathToJunction::iPath

The path between the junction and the start or end of the route.

◆ iStartRoadType

TRoadType CartoType::CPathToJunction::iStartRoadType

The road type at the start of the path.


The documentation for this class was generated from the following file: