VisioMove SDK (Android)
2.1.22
|
Public Member Functions | |
final int | swigValue () |
String | toString () |
Static Public Member Functions | |
static VgNavigationAlgorithm | swigToEnum (int swigValue) |
Static Public Attributes | |
static final VgNavigationAlgorithm | eNavigationAlgorithmAuto = new VgNavigationAlgorithm("eNavigationAlgorithmAuto") |
static final VgNavigationAlgorithm | eNavigationAlgorithmOriginal = new VgNavigationAlgorithm("eNavigationAlgorithmOriginal") |
static final VgNavigationAlgorithm | eNavigationAlgorithmIntersection = new VgNavigationAlgorithm("eNavigationAlgorithmIntersection") |
static final VgNavigationAlgorithm | eNavigationAlgorithmMax = new VgNavigationAlgorithm("eNavigationAlgorithmMax") |
An enum to choose the navigation algorithm.
|
static |
Referenced by VgINavigationRequestParameters.getMAlgorithm().
final int VgNavigationAlgorithm.swigValue | ( | ) |
String VgNavigationAlgorithm.toString | ( | ) |
|
static |
Choose the navigation algorithm as a function of the data if the "intersection" attribute exists, then it uses eNavigationAlgorithmIntersection otherwise eNavigationAlgorithmOriginal
|
static |
New navigation algorithm where intersections are explicitly marked on the map. New navigation instructions can only begin at these nodes. Takes into account eStraightAngleThreshold and eNearPlacesThreshold. can also take into account mFirstNodeAsIntersection.
|
static |
This must be kept last in the enum. Counts the values.
|
static |
Original Navigation algorithm, it takes into account eStraightAngleThreshold, eDistanceFromCouloirThreshold, eNearPlacesThreshold, eMinimumInstructionLength.