CartoType C++ API 8.8-7-gb35e4dc71
for Windows, Linux, Qt and other platforms supporting C++ development
Public Member Functions | Public Attributes | List of all members
CartoTypeCore::PathToJunction Class Reference

#include <cartotype_navigation.h>

Public Member Functions

void Clear ()
 
void Reverse ()
 

Public Attributes

Contour Path
 
FeatureInfo StartRouteInfo
 
FeatureInfo EndRouteInfo
 
double Distance = 0
 

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 CartoTypeCore::PathToJunction::Clear ( )
inline

Sets the object to its just-contructed state.

◆ Reverse()

void CartoTypeCore::PathToJunction::Reverse ( )
inline

Reverses the path.

Member Data Documentation

◆ Distance

double CartoTypeCore::PathToJunction::Distance = 0

The length of the path in meters.

◆ EndRouteInfo

FeatureInfo CartoTypeCore::PathToJunction::EndRouteInfo

The route info at the start of the path.

◆ Path

Contour CartoTypeCore::PathToJunction::Path

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

◆ StartRouteInfo

FeatureInfo CartoTypeCore::PathToJunction::StartRouteInfo

The route info at the start of the path.


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