public final enum

RoutingAction

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.carto.routing.RoutingAction

Class Overview

Routing action type.

Summary

Enum Values
RoutingAction  ROUTING_ACTION_ENTER_AGAINST_ALLOWED_DIRECTION  Enter street while moving against the allowed direction. 
RoutingAction  ROUTING_ACTION_ENTER_FERRY  Enter ferry. 
RoutingAction  ROUTING_ACTION_ENTER_ROUNDABOUT  Enter roundabout. 
RoutingAction  ROUTING_ACTION_FINISH  Finish the route. 
RoutingAction  ROUTING_ACTION_GO_DOWN  Go down. 
RoutingAction  ROUTING_ACTION_GO_STRAIGHT  Go straight. 
RoutingAction  ROUTING_ACTION_GO_UP  Go up. 
RoutingAction  ROUTING_ACTION_HEAD_ON  Head on, start the route. 
RoutingAction  ROUTING_ACTION_LEAVE_AGAINST_ALLOWED_DIRECTION  Leave the street while moving aginst the allowed direction. 
RoutingAction  ROUTING_ACTION_LEAVE_FERRY  Leave ferry. 
RoutingAction  ROUTING_ACTION_LEAVE_ROUNDABOUT  Leave roundabout. 
RoutingAction  ROUTING_ACTION_NO_TURN  Continue along the given street, do not turn. 
RoutingAction  ROUTING_ACTION_REACH_VIA_LOCATION  Reached given via point. 
RoutingAction  ROUTING_ACTION_START_AT_END_OF_STREET  Start at the end of the street. 
RoutingAction  ROUTING_ACTION_STAY_ON_ROUNDABOUT  Continue along the roundabout. 
RoutingAction  ROUTING_ACTION_TURN_LEFT  Turn left. 
RoutingAction  ROUTING_ACTION_TURN_RIGHT  Turn right. 
RoutingAction  ROUTING_ACTION_UTURN  Do an u-turn. 
RoutingAction  ROUTING_ACTION_WAIT  Wait. 
Public Methods
static RoutingAction swigToEnum(int swigValue)
final int swigValue()
static RoutingAction valueOf(String name)
final static RoutingAction[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final RoutingAction ROUTING_ACTION_ENTER_AGAINST_ALLOWED_DIRECTION

Enter street while moving against the allowed direction. Only used by OSRM.

public static final RoutingAction ROUTING_ACTION_ENTER_FERRY

Enter ferry. Only used by Valhalla.

public static final RoutingAction ROUTING_ACTION_ENTER_ROUNDABOUT

Enter roundabout. Used by Valhalla and OSRM.

public static final RoutingAction ROUTING_ACTION_FINISH

Finish the route.

public static final RoutingAction ROUTING_ACTION_GO_DOWN

Go down. Only used by SGRE.

public static final RoutingAction ROUTING_ACTION_GO_STRAIGHT

Go straight.

public static final RoutingAction ROUTING_ACTION_GO_UP

Go up. Only used by the SGRE.

public static final RoutingAction ROUTING_ACTION_HEAD_ON

Head on, start the route.

public static final RoutingAction ROUTING_ACTION_LEAVE_AGAINST_ALLOWED_DIRECTION

Leave the street while moving aginst the allowed direction. Only used by OSRM.

public static final RoutingAction ROUTING_ACTION_LEAVE_FERRY

Leave ferry. Only used by Valhalla.

public static final RoutingAction ROUTING_ACTION_LEAVE_ROUNDABOUT

Leave roundabout. Used by Valhalla and OSRM.

public static final RoutingAction ROUTING_ACTION_NO_TURN

Continue along the given street, do not turn.

public static final RoutingAction ROUTING_ACTION_REACH_VIA_LOCATION

Reached given via point. If this is the final point, FINISH action is used instead.

public static final RoutingAction ROUTING_ACTION_START_AT_END_OF_STREET

Start at the end of the street. Currently used only by OSRM.

public static final RoutingAction ROUTING_ACTION_STAY_ON_ROUNDABOUT

Continue along the roundabout. Only used by OSRM.

public static final RoutingAction ROUTING_ACTION_TURN_LEFT

Turn left.

public static final RoutingAction ROUTING_ACTION_TURN_RIGHT

Turn right.

public static final RoutingAction ROUTING_ACTION_UTURN

Do an u-turn.

public static final RoutingAction ROUTING_ACTION_WAIT

Wait. Only used by SGRE.

Public Methods

public static RoutingAction swigToEnum (int swigValue)

public final int swigValue ()

public static RoutingAction valueOf (String name)

public static final RoutingAction[] values ()