StopArea

data class StopArea(val areaId: String, val stopId: String)(source)

Assigns stops to areas.

This class represents a record in the stop_areas.txt file.

Constructors

Link copied to clipboard
constructor(areaId: String, stopId: String)

Properties

Link copied to clipboard
@SerialName(value = "area_id")
val areaId: String

Identifies an area.

Link copied to clipboard
@SerialName(value = "stop_id")
val stopId: String

Identifies a stop.