NameTypeDescription
idIntegerReferred to as highway_in_state_id elsewhere.
highwayHighway object[optional] This may not be present if this Highway object has been mentioned earlier in the requested API's JSON results.
stateState object[optional] This may not be present if this State object has been mentioned earlier in the requested API's JSON results.
directionDirection object[optional] This may not be present if this Direction object has been mentioned earlier in the requested API's JSON results.

When requesting the Highways In State API, you get back an array of Highway In State objects. The Highway objects (which are children of the Highway In State object), have all of the necessary information to render these Highway table cells.

720

Here are the Highways In State results for Alabama in the iExit Android app.

Also included in the Highway In State objects is a Direction object, which allows the user to select from the appropriate direction when they choose a Highway in the table.

720

The "Choosing of a Direction" is made possible by the direction field.