gtfs-library
0.2.2
jvm
gtfs-library
/
xyz.malkki.gtfs.serialization.writer
/
GtfsFeedWriter
/
writeTrips
write
Trips
fun
writeTrips
(
trips
:
Iterable
<
Trip
>
)
fun
writeTrips
(
trips
:
Stream
<
Trip
>
)
Writes trips to the GTFS feed. If the file already exists, it will be overwritten
Parameters
trips
Trips
Throws
IOException