Summary description for DirectionInfo. More...
#include <ApplicationApi.h>
Public Types | |
enum | Instruction { DirectionKeepRight = 0, DirectionKeepLeft = 2, DirectionEasyRight = 4, DirectionEasyLeft = 6, DirectionRight = 8, DirectionLeft = 10, DirectionSharpRight = 12, DirectionSharpLeft = 14, DirectionStraight = 16, DirectionUTurnRight = 17, DirectionUTurnLeft = 18, DirectionEnd = 19, DirectionStart = 20, DirectionOutOfRoute = 21, DirectionRoundaboutSE = 23, DirectionRoundaboutE = 24, DirectionRoundaboutNE = 25, DirectionRoundaboutN = 26, DirectionRoundaboutNW = 27, DirectionRoundaboutW = 28, DirectionRoundaboutSW = 29, DirectionRoundaboutS = 30, DirectionRoundaboutSW_LS = 32, DirectionRoundaboutW_LS = 33, DirectionRoundaboutNW_LS = 34, DirectionRoundaboutN_LS = 35, DirectionRoundaboutNE_LS = 36, DirectionRoundaboutE_LS = 37, DirectionRoundaboutSE_LS = 38, DirectionRoundaboutS_LS = 39, DirectionFerry = 40, DirectionStateBoundary = 41, DirectionExitRight = 43, DirectionExitLeft = 44, DirectionMotorway = 45 } |
Instruction type. More... | |
Public Member Functions | |
SRouteInstruction (void) | |
Constructor of DirectionInfo. More... | |
Data Fields | |
LONG | lNextTurnX |
Next turn longitude. More... | |
LONG | lNextTurnY |
Next turn latitude. More... | |
LONG | lDistanceToNextTurn |
Distance to next turn [m]. More... | |
int | nInstruction |
Next turn instruction. See Instruction enum. More... | |
int | nRoundaboutExitIndex |
Roundabout exit index. More... | |
TCHAR | lpszExitIndex [120] |
Exit index. More... | |
Summary description for DirectionInfo.