Frequency

data class Frequency(val tripId: String, val startTime: Int, val endTime: Int, val headwaySecs: Duration, val exactTimes: Boolean? = null)

See https://developers.google.com/transit/gtfs/reference#frequenciestxt

Constructors

Link copied to clipboard
constructor(tripId: String, startTime: Int, endTime: Int, headwaySecs: Duration, exactTimes: Boolean? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val exactTimes: Boolean? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard