Name | Type | Description |
---|---|---|
current_direction | String | If you are traveling, say, Northbound on a North/South highway, this value will be "North" Possible values: North, South, East, West, Outer, Inner |
reverse_direction | String | And this value would be "South" Possible values: same as above. |
direction_suffix | String | And this value would be "bound" so that you could combine it with current_direction or reverse_direction .Possible values: "bound" (for N/S/E/W) and " Loop" (for Inner/Outer) |