Pattern interface

Stop-shape-segments of the trip pattern, which are an ordered list of the stops and the shapes connecting them.

Properties

geometry

Stop sequence and shape per a line in GeoJSON format.

lineId

Line Id.

patternId

Pattern Id, for example, '3267995'.

stopIds

Stops the line goes through.

Property Details

geometry

Stop sequence and shape per a line in GeoJSON format.

geometry?: LineString

Property Value

lineId

Line Id.

lineId?: string

Property Value

string

patternId

Pattern Id, for example, '3267995'.

patternId?: string

Property Value

string

stopIds

Stops the line goes through.

stopIds?: string[]

Property Value

string[]