LegStop

data class LegStop(id: StopId, name: String, coordinates: Coords, indicatorText: String?, serviceChange: ServiceChange?)

Properties

Link copied to clipboard
val coordinates: Coords
Link copied to clipboard
val id: StopId
Link copied to clipboard
val indicatorText: String?

Some transit systems (particularly in the UK) have 2-4 letter codes displayed prominently on bus stop poles to distinguish between nearby stops. When relevant, such "indicators" are provided in this property to allow them to be rendered into stop icons

Link copied to clipboard
val name: String
Link copied to clipboard
val serviceChange: ServiceChange?