gtfs-library
0.2.2
jvm
gtfs-library
/
xyz.malkki.gtfs.model
/
Trip
/
Trip
Trip
constructor
(
routeId
:
String
,
serviceId
:
String
,
tripId
:
String
,
tripHeadsign
:
String
?
=
null
,
tripShortName
:
String
?
=
null
,
directionId
:
Int
?
=
null
,
blockId
:
String
?
=
null
,
shapeId
:
String
?
=
null
,
wheelchairAccessible
:
Int
?
=
null
,
bikesAllowed
:
Int
?
=
null
)