Function gtfs_server::routes::api::stop_times::stop_times_between_near [−][src]
pub fn stop_times_between_near(
rh: State<RoutesHandler>,
time: String,
time2: String,
lat: f64,
lng: f64,
radius: f64
) -> Json<ResultArray<StopTimes>>
/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>