MCPcopy Create free account

hub / github.com/denysvitali/gtfs-server / functions

Functions131 in github.com/denysvitali/gtfs-server

Functionstop_times_after_near
(rh: State<RoutesHandler>, time: String, lat: f64,
src/routes/api/stop_times.rs:40
Functionstop_times_between_in
(rh: State<RoutesHandler>, time: String, time2:
src/routes/api/stop_times.rs:197
Functionstop_times_between_near
(rh: State<RoutesHandler>, time: String, time2: Stri
src/routes/api/stop_times.rs:116
Functionstop_times_by_stop_after
(rh: State<RoutesHandler>, stop: String, time: Strin
src/routes/api/stop_times.rs:298
Functionstop_times_by_stop_between
(rh: State<RoutesHandler>, stop: String,
src/routes/api/stop_times.rs:370
Functionstops
(rh: State<RoutesHandler>, feed_id: String)
src/routes/api/import.rs:63
Functionstops
(rh: State<RoutesHandler>)
src/routes/api/stops.rs:59
Functionstops_by_id
(rh: State<RoutesHandler>, stop_id: String)
src/routes/api/stops.rs:75
Functionstops_by_trip
(rh: State<RoutesHandler>, trip_id: String)
src/routes/api/stops.rs:105
Functionstops_in_bbox
(rh: State<RoutesHandler>, bbox: BoundingBox)
src/routes/api/stops.rs:170
Functionstops_in_bbox_radius
( rh: State<RoutesHandler>, bbox: BoundingBox, radius: f64, )
src/routes/api/stops.rs:190
Functionstops_latlng_test
( lat: f64, lng: f64, lat2: f64, lng2: f64, rad1: f64, rad2: f64, )
src/routes/api/stops.rs:208
Functionstops_latlng_test_zoom
( lat: f64, lng: f64, lat2: f64, lng2: f64, rad1: f64, rad2: f64, zoom: i32, )
src/routes/api/stops.rs:229
Functionstops_near
( rh: State<RoutesHandler>, lat: f32, lng: f32, meters: f64, )
src/routes/api/stops.rs:146
Functionstops_near_coordinate
()
src/test/api/mod.rs:53
Functionstops_near_default
( rh: State<RoutesHandler>, lat: f32, lng: f32, )
src/routes/api/stops.rs:123
Functiontimes
(rh: State<RoutesHandler>, feed_id: String)
src/routes/api/import.rs:75
Functiontimes_by_trip
(rh: State<RoutesHandler>, trip_uid: String)
src/routes/api/times.rs:51
Functiontimes_query
(rh: State<RoutesHandler>, time_search: TimeSearch)
src/routes/api/times.rs:30
Functiontimes_stop
(rh: State<RoutesHandler>, stop_id: String)
src/routes/api/times.rs:209
Functiontimes_stop_query
( rh: State<RoutesHandler>, stop_id: String, mut time_search: TimeSearch, )
src/routes/api/times.rs:183
Functiontrip
(rh: State<RoutesHandler>, trip_id: String)
src/routes/api/trips.rs:531
Functiontrips
(rh: State<RoutesHandler>)
src/routes/api/trips.rs:333
Functiontrips
(rh: State<RoutesHandler>, feed_id: String)
src/routes/api/import.rs:99
Functiontrips_by_bbox
(rh: State<RoutesHandler>, bbox: BoundingBox)
src/routes/api/trips.rs:656
Functiontrips_by_query
(rh: State<RoutesHandler>, query: TripSearch)
src/routes/api/trips.rs:386
Functiontrips_by_route
(rh: State<RoutesHandler>, route_uid: String)
src/routes/api/trips.rs:588
Functiontrips_stopid
(rh: State<RoutesHandler>, stop_id: String)
src/routes/api/trips.rs:406
Functionupdate
(rh: State<RoutesHandler>)
src/routes/api/db.rs:19
Functionurl
(rh: State<RoutesHandler>, feed_url: String)
src/routes/api/import.rs:19
Functionversion
(rh: State<RoutesHandler>)
src/routes/api/db.rs:29
← previous101–131 of 131, ranked by callers