Methods
- 
			
<inner> getRoute( db, id, callback )
 - 
	
Description
Get the Route (with its Agency) specified by the Route ID from the passed database
Parameters
Name Type Description dbRightTrackDB The Right Track DB to query
idstring | Array.<string> Route ID(s)
callbackfunction Callback function
Name Type Attributes Description errorError Database Query Error
routeRoute | Array.<Route> <optional> The selected Route(s)
Details
 - 
			
<inner> getRoutes( db, callback )
 - 
	
Description
Get all of the Routes that are stored in the passed database
Parameters
Name Type Description dbRightTrackDB The Right Track DB to query
callbackfunction Callback function
Name Type Attributes Description errorError Database Query Error
routesArray.<Route> <optional> The selected Routes
Details