GetDeparturesByStop
method.GetVehicles
, GetVehicle
, GetVehiclesByRoute
method for tracking location of vehicles.GetReroutes
and GetReroutesByRoute
for displaying reroutes.GetApiUsage
for tracking method usage.points
to stop_points
.rqst
object containing method name and parameters to all method calls.rank
parameter from GetStopsBySearch
and replaced it with a percent
parameter. In simple terms, percent
is how closely the the stop matches the query (1 being a full match and 0 being no match).GetPlannedTripsByLatLon
and GetPlannedTripsByStops
results.start_time
, end_time
, and travel_time
to GetPlannedTripsByLatLon
and GetPlannedTripsByStops
results.stop_point
to stop_times
object on GetStopTimesByTrip
and removed trip
object.202
error code to a 200
and added new_changeset
.400
status codes in GetPlannedTripsByLatLon
and GetPlannedTripsByStops
to 200
. Now returns empty itineraries
and a descriptive msg
in the status
object.err
field to status
field.YYYY-MM-DD
.2011-10-06T15:57:00-05:00
).monitored
to is_monitored
in GetDeparturesByStop
.GetStopsBySearch
method for searching stops by name.GetPlannedTripsByLatLon
and GetPlannedTripsByStops
method for trip planning.GetTripsByBlock
method to get trip information based on the block.GetShapeBetweenStops
method to get partial shape information. (Usefull for mapping planned trips.)route
and trip
objects to GetDeparturesByStop
.estimated_mins
attribute to GetDeparturesByStop
.stop_id
to shape
object where a shape point is at a stop.count
parameter to GetDeparturesByStop
.direction
attribue to trips.block_id
to trips.time
object to all responsesis_scheduled
in GetDeparturesByStop
.