bahn_ex v1.0.0 BahnEx.TrainLoc View Source

Value struct for results of the journey details endpoint.

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %BahnEx.TrainLoc{arrTime: %Time{calendar: term, hour: term, microsecond: term, minute: term, second: term} | nil, depTime: %Time{calendar: term, hour: term, microsecond: term, minute: term, second: term} | nil, lat: float, lon: float, operator: String.t, stopId: non_neg_integer, stopName: String.t, train: String.t, type: String.t}