Java SDK for 2D
 All Classes Namespaces Functions Variables Pages
RouteInstruction.Instruction Class Reference

Static Public Attributes

static final int DIRECTION_KEEP_RIGHT = 0
 
static final int DIRECTION_KEEP_LEFT = 2
 
static final int DIRECTION_EASY_RIGHT = 4
 
static final int DIRECTION_EASY_LEFT = 6
 
static final int DIRECTION_RIGHT = 8
 
static final int DIRECTION_LEFT = 10
 
static final int DIRECTION_SHARP_RIGHT = 12
 
static final int DIRECTION_SHARP_LEFT = 14
 
static final int DIRECTION_STRAIGHT = 16
 
static final int DIRECTION_UTURN_RIGHT = 17
 
static final int DIRECTION_UTURN_LEFT = 18
 
static final int DIRECTION_END = 19
 
static final int DIRECTION_START = 20
 
static final int DIRECTION_OUT_OF_ROUTE = 21
 
static final int DIRECTION_ROUNDABOUT_SE = 23
 Valid only in the countries where you drive on the right side. More...
 
static final int DIRECTION_ROUNDABOUT_E = 24
 Valid only in the countries where you drive on the right side. More...
 
static final int DIRECTION_ROUNDABOUT_NE = 25
 Valid only in the countries where you drive on the right side. More...
 
static final int DIRECTION_ROUNDABOUT_N = 26
 Valid only in the countries where you drive on the right side. More...
 
static final int DIRECTION_ROUNDABOUT_NW = 27
 Valid only in the countries where you drive on the right side. More...
 
static final int DIRECTION_ROUNDABOUT_W = 28
 Valid only in the countries where you drive on the right side. More...
 
static final int DIRECTION_ROUNDABOUT_SW = 29
 Valid only in the countries where you drive on the right side. More...
 
static final int DIRECTION_ROUNDABOUT_S = 30
 Valid only in the countries where you drive on the right side. More...
 
static final int DIRECTION_ROUNDABOUT_SW_LS = 32
 Valid only in the countries where you drive on the left side. More...
 
static final int DIRECTION_ROUNDABOUT_W_LS = 33
 Valid only in the countries where you drive on the left side. More...
 
static final int DIRECTION_ROUNDABOUT_NW_LS = 34
 Valid only in the countries where you drive on the left side. More...
 
static final int DIRECTION_ROUNDABOUT_N_LS = 35
 Valid only in the countries where you drive on the left side. More...
 
static final int DIRECTION_ROUNDABOUT_NE_LS = 36
 Valid only in the countries where you drive on the left side. More...
 
static final int DIRECTION_ROUNDABOUT_E_LS = 37
 Valid only in the countries where you drive on the left side. More...
 
static final int DIRECTION_ROUNDABOUT_SE_LS = 38
 Valid only in the countries where you drive on the left side. More...
 
static final int DIRECTION_ROUNDABOUT_S_LS = 39
 Valid only in the countries where you drive on the left side. More...
 
static final int DIRECTION_FERRY = 40
 
static final int DIRECTION_STATE_BOUNDARY = 41
 
static final int DIRECTION_EXIT_RIGHT = 43
 
static final int DIRECTION_EXIT_LEFT = 44
 
static final int DIRECTION_MOTORWAY = 45
 

Member Data Documentation

final int DIRECTION_EASY_LEFT = 6
static
final int DIRECTION_EASY_RIGHT = 4
static
final int DIRECTION_END = 19
static
final int DIRECTION_EXIT_LEFT = 44
static
final int DIRECTION_EXIT_RIGHT = 43
static
final int DIRECTION_FERRY = 40
static
final int DIRECTION_KEEP_LEFT = 2
static
final int DIRECTION_KEEP_RIGHT = 0
static
final int DIRECTION_LEFT = 10
static
final int DIRECTION_MOTORWAY = 45
static
final int DIRECTION_OUT_OF_ROUTE = 21
static
final int DIRECTION_RIGHT = 8
static
final int DIRECTION_ROUNDABOUT_E = 24
static

Valid only in the countries where you drive on the right side.

final int DIRECTION_ROUNDABOUT_E_LS = 37
static

Valid only in the countries where you drive on the left side.

final int DIRECTION_ROUNDABOUT_N = 26
static

Valid only in the countries where you drive on the right side.

final int DIRECTION_ROUNDABOUT_N_LS = 35
static

Valid only in the countries where you drive on the left side.

final int DIRECTION_ROUNDABOUT_NE = 25
static

Valid only in the countries where you drive on the right side.

final int DIRECTION_ROUNDABOUT_NE_LS = 36
static

Valid only in the countries where you drive on the left side.

final int DIRECTION_ROUNDABOUT_NW = 27
static

Valid only in the countries where you drive on the right side.

final int DIRECTION_ROUNDABOUT_NW_LS = 34
static

Valid only in the countries where you drive on the left side.

final int DIRECTION_ROUNDABOUT_S = 30
static

Valid only in the countries where you drive on the right side.

final int DIRECTION_ROUNDABOUT_S_LS = 39
static

Valid only in the countries where you drive on the left side.

final int DIRECTION_ROUNDABOUT_SE = 23
static

Valid only in the countries where you drive on the right side.

final int DIRECTION_ROUNDABOUT_SE_LS = 38
static

Valid only in the countries where you drive on the left side.

final int DIRECTION_ROUNDABOUT_SW = 29
static

Valid only in the countries where you drive on the right side.

final int DIRECTION_ROUNDABOUT_SW_LS = 32
static

Valid only in the countries where you drive on the left side.

final int DIRECTION_ROUNDABOUT_W = 28
static

Valid only in the countries where you drive on the right side.

final int DIRECTION_ROUNDABOUT_W_LS = 33
static

Valid only in the countries where you drive on the left side.

final int DIRECTION_SHARP_LEFT = 14
static
final int DIRECTION_SHARP_RIGHT = 12
static
final int DIRECTION_START = 20
static
final int DIRECTION_STATE_BOUNDARY = 41
static
final int DIRECTION_STRAIGHT = 16
static
final int DIRECTION_UTURN_LEFT = 18
static
final int DIRECTION_UTURN_RIGHT = 17
static