Skip to content
Ning Shi edited this page May 6, 2013 · 3 revisions

GetLatestSchedule

Parameters:

  1. trip_id (String)
  2. some

Return: A VoltTable containing stop sequence, stop name, and arrival time sorted by arrival time. Null if the trip doesn't exist.

GetAvgStopDelays

Parameters:

  1. trip_id (String)

Return: A VoltTable containing stop name, average delay for each stop in stop sequence order. Null if the trip doesn't exist.

Clone this wiki locally