Methods
- 
			
<inner> getStopTimesByTrip( db, tripId, date, callback )
 - 
	
Description
Get the list of StopTimes for the specified Trip from the passed database (sorted by stop sequence)
Parameters
Name Type Description dbRightTrackDB The Right Track DB to query
tripIdstring Trip ID
dateint The date (yyyymmdd) the trip operates on
callbackfunction Callback function
Name Type Attributes Description errorError Database Query Error
stoptimesArray.<StopTime> <optional> The selected StopTimes
Details
 - 
			
<inner> getStopTimeByTripStop( db, tripId, stopId, date, callback )
 - 
	
Description
Get the StopTime for the specified Trip and the specified Stop from the passed database
Parameters
Name Type Description dbRightTrackDB The Right Track DB to query
tripIdstring Trip ID
stopIdstring Stop ID
dateint The date (yyyymmdd) the the Trip operates on
callbackfunction Callback function
Name Type Attributes Description errorError Database Query Error
stoptimeStopTime <optional> The selected StopTime
Details