Methods
- 
			
<inner> getDirections( db, callback )
 - 
	
Description
Get the directions stored in the gtfs_directions table from the passed database.
Parameters
Name Type Description dbRightTrackDB The Right Track Database to query
callbackfunction Callback function
Name Type Attributes Description errorError Database Query Error
directionsArray.<Direction> <optional> The directions (id and description)
Details
 - 
			
<inner> getDirection( db, id, callback )
 - 
	
Description
Get the specified direction stored in the gtfs_directions table from the passed database.
Parameters
Name Type Description dbRightTrackDB The Right Track Database to query
idString The Direction ID
callbackfunction Callback function
Name Type Attributes Description errorError Database Query Error
directionDirection <optional> The direction (id and description)
Details