NSDK_ManeuverWeight
enum NSDK_ManeuverWeight {}
Enumeration for the different manoeuvre weights.
@author PTV AG Karlsruhe
-
Invalid manoeuvre weight.
Declaration
Objective-C
NSDK_MNW_ERROR = -1
-
Indicate a change of direction of about 45° to 135°.
Declaration
Objective-C
NSDK_MNW_NORMAL = 0
-
Indicate a change of direction of less than 45°.
Declaration
Objective-C
NSDK_MNW_WEAK = 1
-
Indicate a change of direction of more than 135.
Declaration
Objective-C
NSDK_MNW_STRONG = 2