Magidoc

Cluster
Object

Cluster is a list of stops grouped by name and proximity

Fields

#

gtfsId

Non-null

ID of the cluster

id

ID !
Non-null

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

lat

Non-null

Latitude of the center of this cluster (i.e. average latitude of stops in this cluster)

lon

Non-null

Longitude of the center of this cluster (i.e. average longitude of stops in this cluster)

name

Non-null

Name of the cluster

stops

[ Stop !]

List of stops in the cluster

Interfaces

#

Also implements Node .

Usages

#

References

#

  • Field cluster from Stop