DetailedRoute

@Serializable
data class DetailedRoute(val id: RouteId, val shortName: String, val longName: String, val color: String, val headsign: String, val shape: RouteShape, val stops: List<Stop>, val vehicles: List<Vehicle>)

Detailed information regarding a route

Since

1.0.0

Constructors

Link copied to clipboard
constructor(id: RouteId, shortName: String, longName: String, color: String, headsign: String, shape: RouteShape, stops: List<Stop>, vehicles: List<Vehicle>)

Properties

Link copied to clipboard

route color in maps

Link copied to clipboard

route headsign

Link copied to clipboard
val id: RouteId

route identifier

Link copied to clipboard

route long name

Link copied to clipboard

shape of the route

Link copied to clipboard

route short name

Link copied to clipboard

list of stops

Link copied to clipboard

list of vehicles on route