CartoType .NET API 8.8-7-gb35e4dc71
for development in C#, Visual Basic and other .NET languages
Public Member Functions | Properties | List of all members
CartoType::Turn Class Reference

Information about a turn through a junction. More...

#include <CartoTypeWrapper.h>

Public Member Functions

 Turn ()
 Creates a Turn object.
 
void Clear ()
 Clears the data from a Turn object, returning it to its newly constructed state.
 

Properties

TurnType Type
 The turn type: ahead, left, right, etc.
 
bool IsContinue
 True if this turn is a continuation of the current road and no notification is needed.
 
RoundaboutState RoundaboutState
 The roundabout state.
 
double TurnAngle
 The turn angle: 0 = straight ahead; negative = left, positive = right.
 
int ExitNumber
 The junction to take, counting the current junction as 0, if this junction is part of a roundabout.
 
double Distance
 The distance to the turn in metres.
 
double Time
 The estimated time to the turn in seconds.
 
String^ FromName
 The name of the road before the turn.
 
String^ FromRef
 The reference code (e.g., B4009) of the road before the turn.
 
String^ ToName
 The name of the road after the turn.
 
String^ ToRef
 The reference code (e.g., B4009) of the road after the turn.
 
String^ Instructions
 Instructions for the turn, in the current locale's language.
 

Detailed Description

Information about a turn through a junction.


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