gtfs-library
0.2.2
jvm
gtfs-library
/
xyz.malkki.gtfs.model
/
Frequency
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
Members
Constructors
Frequency
Link copied to clipboard
constructor
(
tripId
:
String
,
startTime
:
Int
,
endTime
:
Int
,
headwaySecs
:
Duration
,
exactTimes
:
Boolean
?
=
null
)
Properties
end
Time
Link copied to clipboard
val
endTime
:
Int
exact
Times
Link copied to clipboard
val
exactTimes
:
Boolean
?
=
null
headway
Secs
Link copied to clipboard
val
headwaySecs
:
Duration
start
Time
Link copied to clipboard
val
startTime
:
Int
trip
Id
Link copied to clipboard
val
tripId
:
String