com.visioglobe.libVisioDevKit
Class VgManeuverType

java.lang.Object
  extended by com.visioglobe.libVisioDevKit.VgManeuverType

public final class VgManeuverType
extends java.lang.Object

Maneuver type indications.


Field Summary
static VgManeuverType eVgManeuverTypeChangeModality
          The modality has changed.
static VgManeuverType eVgManeuverTypeEnd
          End of route.
static VgManeuverType eVgManeuverTypeGoDown
          Go down to next level.
static VgManeuverType eVgManeuverTypeGoStraight
          Go straight.
static VgManeuverType eVgManeuverTypeGoUp
          Go up to next level.
static VgManeuverType eVgManeuverTypeMax
          This enum represents the maximum enum value possible (should always be last).
static VgManeuverType eVgManeuverTypeStart
          Start of route.
static VgManeuverType eVgManeuverTypeTurnGentleLeft
          Turn gentle left.
static VgManeuverType eVgManeuverTypeTurnGentleRight
          Turn gentle right.
static VgManeuverType eVgManeuverTypeTurnLeft
          Turn left.
static VgManeuverType eVgManeuverTypeTurnRight
          Turn right.
static VgManeuverType eVgManeuverTypeTurnSharpLeft
          Turn sharp left.
static VgManeuverType eVgManeuverTypeTurnSharpRight
          Turn sharp right.
static VgManeuverType eVgManeuverTypeUnknown
          Unknown maneuver type.
static VgManeuverType eVgManeuverTypeUTurnLeft
          U-turn left.
static VgManeuverType eVgManeuverTypeUTurnRight
          U-turn right.
 
Method Summary
static VgManeuverType swigToEnum(int swigValue)
           
 int swigValue()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

eVgManeuverTypeUnknown

public static final VgManeuverType eVgManeuverTypeUnknown
Unknown maneuver type.


eVgManeuverTypeGoStraight

public static final VgManeuverType eVgManeuverTypeGoStraight
Go straight.


eVgManeuverTypeTurnGentleRight

public static final VgManeuverType eVgManeuverTypeTurnGentleRight
Turn gentle right.


eVgManeuverTypeTurnGentleLeft

public static final VgManeuverType eVgManeuverTypeTurnGentleLeft
Turn gentle left.


eVgManeuverTypeTurnRight

public static final VgManeuverType eVgManeuverTypeTurnRight
Turn right.


eVgManeuverTypeTurnLeft

public static final VgManeuverType eVgManeuverTypeTurnLeft
Turn left.


eVgManeuverTypeTurnSharpRight

public static final VgManeuverType eVgManeuverTypeTurnSharpRight
Turn sharp right.


eVgManeuverTypeTurnSharpLeft

public static final VgManeuverType eVgManeuverTypeTurnSharpLeft
Turn sharp left.


eVgManeuverTypeUTurnRight

public static final VgManeuverType eVgManeuverTypeUTurnRight
U-turn right.


eVgManeuverTypeUTurnLeft

public static final VgManeuverType eVgManeuverTypeUTurnLeft
U-turn left.


eVgManeuverTypeStart

public static final VgManeuverType eVgManeuverTypeStart
Start of route.


eVgManeuverTypeEnd

public static final VgManeuverType eVgManeuverTypeEnd
End of route.


eVgManeuverTypeGoUp

public static final VgManeuverType eVgManeuverTypeGoUp
Go up to next level. Only possible if mMergeFloorChangeInstructions is false.


eVgManeuverTypeGoDown

public static final VgManeuverType eVgManeuverTypeGoDown
Go down to next level. Only possible if mMergeFloorChangeInstructions is false.


eVgManeuverTypeChangeModality

public static final VgManeuverType eVgManeuverTypeChangeModality
The modality has changed. Only possible if mMergeFloorChangeInstructions is false.


eVgManeuverTypeMax

public static final VgManeuverType eVgManeuverTypeMax
This enum represents the maximum enum value possible (should always be last).

Method Detail

swigValue

public final int swigValue()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

swigToEnum

public static VgManeuverType swigToEnum(int swigValue)

VisioDevKit 2.0, Visioglobe® 2013