About 50 results
Open links in new tab
  1. 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

  2. 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 …

  3. 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 …

  4. 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, …

  5. gtfs-realtime-bindings/dotnet/GtfsRealtimeBindings ... - GitHub

    Language bindings generated from the GTFS Realtime protocol buffer spec for popular languages. - MobilityData/gtfs-realtime-bindings

  6. 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 …

  7. 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 ...

  8. 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

  9. 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 ...

  10. Java - Could not find io.mobilitydata.transit:gtfs-realtime ... - GitHub

    I am using gradle, I have already put in my &quot;build.gradle&quot; the dependency: compile group: &#39;io.mobilitydata.transit&#39;, name: &#39;gtfs-realtime ...