VisioMove SDK (Android)  2.1.22
 All Classes Functions Variables Pages
VgModalityParameterType Class Reference

Public Member Functions

final int swigValue ()
 
String toString ()
 

Static Public Member Functions

static VgModalityParameterType swigToEnum (int swigValue)
 

Static Public Attributes

static final
VgModalityParameterType 
eStraightAngleThreshold = new VgModalityParameterType("eStraightAngleThreshold")
 
static final
VgModalityParameterType 
eDistanceFromCouloirThreshold = new VgModalityParameterType("eDistanceFromCouloirThreshold")
 
static final
VgModalityParameterType 
eNearPlacesThreshold = new VgModalityParameterType("eNearPlacesThreshold")
 
static final
VgModalityParameterType 
eMinimumInstructionLength = new VgModalityParameterType("eMinimumInstructionLength")
 
static final
VgModalityParameterType 
eNumParameters = new VgModalityParameterType("eNumParameters")
 

Detailed Description

An enum which contains various attributes which can be configured for a particular modality.

Version
2.0.7729

Member Function Documentation

static VgModalityParameterType VgModalityParameterType.swigToEnum ( int  swigValue)
static
final int VgModalityParameterType.swigValue ( )
String VgModalityParameterType.toString ( )

Member Data Documentation

final VgModalityParameterType VgModalityParameterType.eDistanceFromCouloirThreshold = new VgModalityParameterType("eDistanceFromCouloirThreshold")
static

The perpendicular distance threshold in meters from the active instruction, before a new instruction will be considered. Default value 2.0 meters

Remarks
Larger values mean longer instructions and fewer total number of instructions.
final VgModalityParameterType VgModalityParameterType.eMinimumInstructionLength = new VgModalityParameterType("eMinimumInstructionLength")
static

Minimum length of instructions in meters. Default value 0.0 meters. If possible, instructions with lengths smaller than this value will not be generated. Useful for avoiding small instructions at the beginning of a route.

final VgModalityParameterType VgModalityParameterType.eNearPlacesThreshold = new VgModalityParameterType("eNearPlacesThreshold")
static

Threshold in meters to determine the places near turns for navigation instructions. default value 10.0 meters. Larger values mean more near places will be computed.

Remarks
Very large values can have a negative impact on the performance.
Version
2.1.7 changed default value to 10.0 from 20.0
final VgModalityParameterType VgModalityParameterType.eNumParameters = new VgModalityParameterType("eNumParameters")
static

This must be kept last in the enum. Counts the values.

final VgModalityParameterType VgModalityParameterType.eStraightAngleThreshold = new VgModalityParameterType("eStraightAngleThreshold")
static

Threshold angle in degrees that determines how a VgIRoute will be broken into different instructions. Default value is 30.0 degrees. The larger this value is, the longer the instructions will be and the fewer instructions there will be.

Version
2.1.7 changed default value to 30.0 from 7.0

The documentation for this class was generated from the following file:
VisioMove 2.1.22, Visioglobe® 2016