marble
RoutingInstruction.h
Go to the documentation of this file.
33 Unknown = 0,
34 Continue = 13 ,
35 Merge = 14,
36 Straight = 1,
37 SlightRight = 2,
38 Right = 3,
39 SharpRight = 4,
40 TurnAround = 5 ,
41 SharpLeft = 6,
42 Left = 7,
43 SlightLeft = 8,
44 RoundaboutFirstExit = 9 ,
45 RoundaboutSecondExit = 10 ,
46 RoundaboutThirdExit = 11 ,
47 RoundaboutExit = 12 ,
48 ExitLeft = 15,
49 ExitRight = 16
Stores data related to one instruction: Road name, angle to predecessor, associated waypoints etc...
Definition: RoutingInstruction.h:29
QVector< RoutingInstruction > RoutingInstructions
Definition: RoutingInstruction.h:157
QTextStream & operator<<(QTextStream &stream, const RoutingInstruction &i)
Definition: RoutingInstruction.cpp:461
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:13:41 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:13:41 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.