Module gtfs_server::routes::api::stop_times[][src]

/stop_times related routes

Statics

static_rocket_route_info_for_stop_times_after_near

Rocket code generated static route information structure.

static_rocket_route_info_for_stop_times_between_in

Rocket code generated static route information structure.

static_rocket_route_info_for_stop_times_between_near

Rocket code generated static route information structure.

static_rocket_route_info_for_stop_times_by_stop_after

Rocket code generated static route information structure.

static_rocket_route_info_for_stop_times_by_stop_between

Rocket code generated static route information structure.

Functions

stop_times_after_near

/stop_times/after/<time>/near/<lat>/<lng>/<radius> Gets an array of StopTimes after a <time>, within a <radius> from a specified location (<lat>, <lng>). Returns a ResultArray<StopTimes>

stop_times_between_in
stop_times_between_near

/stop_times/after/<time>/near/<lat>/<lng>/<radius> Gets an array of StopTimes after a <time>, within a <radius> from a specified location (<lat>, <lng>). Returns a ResultArray<StopTimes>

stop_times_by_stop_after

/stop_times/by-stop/<stop>/after/<time> Gets an array of StopTimes at a specified <stop> after <time> Returns a ResultArray<StopTimes>

stop_times_by_stop_between

/stop_times/by-stop/<stop>/between/<time>/<time2>/<date> Gets an array of StopTimes between <time> and <time2> at a specified <stop>. Returns a ResultArray<StopTimes>