
gtfs-realtime-bindings/dotnet/README.md at master - GitHub
Language bindings generated from the GTFS Realtime protocol buffer spec for popular languages. - MobilityData/gtfs-realtime-bindings
gtfs-realtime-bindings/README.md at master - GitHub
GTFS Realtime is a data format for communicating real-time information about public transit systems. GTFS Realtime data is encoded and decoded using Protocol Buffers, a compact binary …
gtfs-realtime-bindings/gtfs-realtime.proto at master - GitHub
// - A trip that proceeds along a route but has no fixed schedule. // - A trip that have been added or removed with regard to schedule. // // The updates can be for future, predicted arrival/departure …
gtfs-realtime-bindings/java/src/main/java/com/google/transit/realtime ...
* - A trip that proceeds along a route but has no fixed schedule. * - A trip that have been added or removed with regard to schedule. * The updates can be for future, predicted arrival/departure events, …
gtfs-realtime-bindings/dotnet/GtfsRealtimeBindings ... - GitHub
Language bindings generated from the GTFS Realtime protocol buffer spec for popular languages. - MobilityData/gtfs-realtime-bindings
gtfs-realtime-bindings/ruby/lib/google/transit/gtfs-realtime.pb.rb at ...
DO NOT EDIT! # require 'protobuf/message' module Transit_realtime ## # Message Classes # class FeedMessage < ::Protobuf::Message; end class FeedHeader < ::Protobuf::Message class …
gtfs-realtime-bindings/golang/gtfs/gtfs-realtime.pb.go - GitHub
Language bindings generated from the GTFS Realtime protocol buffer spec for popular languages. - gtfs-realtime-bindings/gtfs-realtime.pb.go at master · MobilityData ...
docs: improved JS example (with node-fetch) (#107) - GitHub
MobilityData / gtfs-realtime-bindings Public Notifications You must be signed in to change notification settings Fork 131 Star 406 Insights Code Issues Pull requests
migrate gtfs-realtime.proto file to use git submodule #113
Consider using a git submodule will have the source for the gtfs-realtime.proto file directly connected to the source at https://github.com/google/transit/blob/master ...
Java - Could not find io.mobilitydata.transit:gtfs-realtime ... - GitHub
I am using gradle, I have already put in my "build.gradle" the dependency: compile group: 'io.mobilitydata.transit', name: 'gtfs-realtime ...