NSDK_ManeuverType
enum NSDK_ManeuverType {}
Enumeration for the different manoeuvre types.
@author PTV AG Karlsruhe
-
Invalid manoeuvre type.
Declaration
Objective-C
NSDK_MNT_ERROR = -1
-
Continue in same direction.
Declaration
Objective-C
NSDK_MNT_FURTHER = 0
-
Light change of direction.
Declaration
Objective-C
NSDK_MNT_KEEP = 1
-
A turn manoeuvre.
Declaration
Objective-C
NSDK_MNT_TURN = 2
-
U-turn on a road with separated driving lanes.
Declaration
Objective-C
NSDK_MNT_UTURN = 3
-
Enter motorway.
Declaration
Objective-C
NSDK_MNT_ENTER = 4
-
Exit motorway.
Declaration
Objective-C
NSDK_MNT_EXIT = 5
-
Not used.
Declaration
Objective-C
NSDK_MNT_ENTERROUNDABOUT = 6
-
Not used.
Declaration
Objective-C
NSDK_MNT_STAYROUNDABOUT = 7
-
Exit roundabout
Declaration
Objective-C
NSDK_MNT_EXITROUNDABOUT = 8
-
Change from one motorway on another.
Declaration
Objective-C
NSDK_MNT_CHANGE = 9
-
You have reached your destination.
Declaration
Objective-C
NSDK_MNT_DESTINATIONREACHED = 14
-
Enter a road of a class below motorway.
Declaration
Objective-C
NSDK_MNT_ENTERROAD = 16
-
Leave a road of a class below motorway.
Declaration
Objective-C
NSDK_MNT_LEAVEROAD = 17
-
A stop-over point - that means intermediate station, has been reached.
Declaration
Objective-C
NSDK_MNT_STOPOVER = 18