View Source MBTA.Model.PredictionResource (mbta_sdk v0.1.0)

The predicted arrival time (/*/attributes/arrival_time) and departure time (*/attributes/departure_time) to/from a stop (*/relationships/stop/data/id) at a given sequence (*/attriutes/stop_sequence) along a trip (*/relationships/trip/data/id) going a direction (*/attributes/direction_id) along a route (*/relationships/route/data/id). See GTFS Realtime FeedMesage FeedEntity TripUpdate TripDescriptor See GTFS Realtime FeedMesage FeedEntity TripUpdate StopTimeUpdate

Summary

Types

@type t() :: %MBTA.Model.PredictionResource{
  attributes: MBTA.Model.PredictionResourceAttributes.t() | nil,
  id: String.t() | nil,
  links: map() | nil,
  relationships: MBTA.Model.PredictionResourceRelationships.t() | nil,
  type: String.t() | nil
}

Functions