gtfs-library
0.2.2
jvm
gtfs-library
/
xyz.malkki.gtfs.model
/
Transfer
Transfer
data
class
Transfer
(
val
fromStopId
:
String
,
val
toStopId
:
String
,
val
transferType
:
Int
,
val
minTransferTime
:
Duration
?
=
null
)
See
https://developers.google.com/transit/gtfs/reference#transferstxt
Members
Constructors
Transfer
Link copied to clipboard
constructor
(
fromStopId
:
String
,
toStopId
:
String
,
transferType
:
Int
,
minTransferTime
:
Duration
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
from
Stop
Id
Link copied to clipboard
val
fromStopId
:
String
min
Transfer
Time
Link copied to clipboard
val
minTransferTime
:
Duration
?
=
null
to
Stop
Id
Link copied to clipboard
val
toStopId
:
String
transfer
Type
Link copied to clipboard
val
transferType
:
Int