public final class VgModalityParameterType
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static VgModalityParameterType |
eDistanceFromCouloirThreshold
The perpendicular distance threshold in meters from the active instruction, before a new instruction will be considered.
|
static VgModalityParameterType |
eMinimumInstructionLength
Minimum length of instructions in meters.
|
static VgModalityParameterType |
eNearPlacesThreshold
Threshold in meters to determine the places near turns for navigation instructions.
|
static VgModalityParameterType |
eNumParameters
This must be kept last in the enum.
|
static VgModalityParameterType |
eStraightAngleThreshold
Threshold angle in degrees that determines how a VgIRoute will be broken into
different instructions.
|
Modifier and Type | Method and Description |
---|---|
static VgModalityParameterType |
swigToEnum(int swigValue) |
int |
swigValue() |
java.lang.String |
toString() |
public static final VgModalityParameterType eStraightAngleThreshold
public static final VgModalityParameterType eDistanceFromCouloirThreshold
public static final VgModalityParameterType eNearPlacesThreshold
public static final VgModalityParameterType eMinimumInstructionLength
public static final VgModalityParameterType eNumParameters
public final int swigValue()
public java.lang.String toString()
toString
in class java.lang.Object
public static VgModalityParameterType swigToEnum(int swigValue)