|
CartoType UWP API 9.2-11-g041bcfff8
for development in C#, VB.NET and C++
|
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. | |
| FeatureInfo^ | FromRouteInfo |
| The type 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. | |
| FeatureInfo^ | ToRouteInfo |
| The type of the road after the turn. | |
| String^ | Destination |
| The destination of the road after the turn. | |
| String^ | Instructions |
| Instructions for the turn, in the current locale's language. | |
| int | Index |
| The index of the turn, which is unique within a route. Used to avoid duplication when issuing voice instructions. | |
Information about a turn through a junction.