Magidoc

DepartureRow
Object

Departure row is a combination of a pattern and a stop of that pattern.

They are de-duplicated so for each pattern there will only be a single departure row.

This is useful if you want to show a list of stop/pattern combinations but want each pattern to be listed only once.

Fields

#

id

ID !
Non-null

Global object ID provided by Relay. This value can be used to refetch this object using node query.

lat

Latitude of the stop (WGS 84)

lon

Longitude of the stop (WGS 84)

pattern

Pattern of the departure row

stop

Stop from which the departures leave

stoptimes

Departures of the pattern from the stop

Interfaces

#

Also implements Node , PlaceInterface .

Usages

#

References

#