Navigation SDK Documentation

Variables
Guidance modes

Variables

const SDK_INT4 SDK_gkAUTOMATIC = 0
 
const SDK_INT4 SDK_gkSTANDARD = 1
 
const SDK_INT4 SDK_gkDIRECTIONONLY = 2
 
const SDK_INT4 SDK_gkAIRLINE = 3
 
const SDK_INT4 SDK_gkNONE = 4
 

Detailed Description

An enumeration of various guidance kinds, extending the classical turn-by-turn scheme.

To get a detailed list of stop-off points use "SDK_lmCOMPLETE". To get only the necessary commands of the list, use "SDK_lmIMPORTANT".

Variable Documentation

const SDK_INT4 SDK_gkAUTOMATIC = 0

That is an [in] value to force the SDK to choose the best guidance kind automatically. No usage as an [out] value yet

const SDK_INT4 SDK_gkSTANDARD = 1

Standard, classical turn-by-turn navigation. Default

const SDK_INT4 SDK_gkDIRECTIONONLY = 2

No explicit route is being calculated and no active guidance should be done unless the current restricted area was left behind

const SDK_INT4 SDK_gkAIRLINE = 3

Same SDK_gkDIRECTIONONLY, but explicitly have a route trace available and painted by default in map

const SDK_INT4 SDK_gkNONE = 4

That is an [out] value used to indicate end/lack of a guidance


© PTV Group 2019 Generated on Thu Mar 28 2019 02:27:02 for NavigationSDK by doxygen 1.8.8