RouteTrip

@Serializable
data class RouteTrip(val headsign: String, val direction: Direction, val shapeId: ShapeId)

Trip of a route

Since

2.0.0

Constructors

Link copied to clipboard
constructor(headsign: String, direction: Direction, shapeId: ShapeId)

Properties

Link copied to clipboard

route direction

Link copied to clipboard

headsign used in route

Link copied to clipboard

shape identifier