Members
-
id :string
-
Description
The ID of the Shape (referenced in the gtfs_trips table)
Details
-
shapePtLat :number
-
Description
The latitude of a Shape's point
Details
-
shapePtLon :number
-
Description
The longitude of a Shape's point
Details
-
shapePtSequence :int
-
Description
The sequence of the point along a Shape
Details
-
shapeDistTraveled :number
-
Description
The distance traveled to the point from the start of the Shape
Details
Methods
-
<static> sortBySequence( a, b ) → {number}