NSDK_GuidanceKind
enum NSDK_GuidanceKind {}
An enumeration of various guidance kinds, extending the classical turn-by-turn scheme.
@author PTV AG Karlsruhe
-
Invalid GuidanceKind.
Declaration
Objective-C
NSDK_GDK_ERROR = -1
-
That is an [in] value to force the SDK to choose the best guidance kind automatically - No usage as an [out] value yet
Declaration
Objective-C
NSDK_GDK_AUTOMATIC = 0
-
Standard, classical turn-by-turn navigation - This is the default.
Declaration
Objective-C
NSDK_GDK_STANDARD = 1
-
No explicit route is being calculated and no active guidance should be done unless the current restricted area was left behind.
Declaration
Objective-C
NSDK_GDK_DIRECTIONONLY = 2
-
The same as NSDK_GDK_DIRECTIONONLY, but explicitly has a route trace available which is painted by default in the MapView.
Declaration
Objective-C
NSDK_GDK_AIRLINE = 3
-
That is an [out] value used to indicate end/lack of a guidance.
Declaration
Objective-C
NSDK_GDK_NONE = 4