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