DirectionsReportLine Class Reference

Properties

string Warn[get, set]
 Gets or sets any warning associated with the report line. More...
 
string Direction[get, set]
 Gets or sets the driving directions associated with this report line. More...
 
string Dist[get, set]
 Gets or sets the distance to travel for the associated driving directions in this report line. More...
 
string Time[get, set]
 Gets or sets the time it will take to travel the distance for this report line. More...
 
string InterCh[get, set]
 Gets or sets the interchange information associated with this report line. More...
 
string Delay[get, set]
 Gets or sets any delay associated with this report line. More...
 
Coordinates Begin[get, set]
 Gets or sets the starting coordinates of this report line. More...
 
Coordinates End[get, set]
 Gets or sets the end coordinates of this report line. More...
 
string TurnInstruction[get, set]
 Gets or sets the string representing the type of turn for this report line. More...
 
string DriveSide[get, set]
 Gets or sets the string representing the drive side for this report line. More...
 
bool IsRoundabout[get, set]
 Gets or sets the bool representing the roundabout status for this report line. More...
 

Detailed Description

Represents a directions report line.

Property Documentation

◆ Warn

string Warn
getset

Gets or sets any warning associated with the report line.

◆ Direction

string Direction
getset

Gets or sets the driving directions associated with this report line.

◆ Dist

string Dist
getset

Gets or sets the distance to travel for the associated driving directions in this report line.

◆ Time

string Time
getset

Gets or sets the time it will take to travel the distance for this report line.

◆ InterCh

string InterCh
getset

Gets or sets the interchange information associated with this report line.

◆ Delay

string Delay
getset

Gets or sets any delay associated with this report line.

◆ Begin

Coordinates Begin
getset

Gets or sets the starting coordinates of this report line.

◆ End

Coordinates End
getset

Gets or sets the end coordinates of this report line.

◆ TurnInstruction

string TurnInstruction
getset

Gets or sets the string representing the type of turn for this report line.

◆ DriveSide

string DriveSide
getset

Gets or sets the string representing the drive side for this report line.

◆ IsRoundabout

bool IsRoundabout
getset

Gets or sets the bool representing the roundabout status for this report line.