lib
Toggle table of contents
2.0.0
common
Target filter
common
Switch theme
Search in API
Skip to content
lib
lib
/
io.gitlab.mitsiosm.oseth.data
/
Route
Route
@
Serializable
data
class
Route
(
val
id
:
RouteId
,
val
shortName
:
String
,
val
longName
:
String
,
val
direction
:
Direction
?
)
Route
Since
1.0.0
Members
Constructors
Route
Link copied to clipboard
constructor
(
id
:
RouteId
,
shortName
:
String
,
longName
:
String
,
direction
:
Direction
?
)
Properties
direction
Link copied to clipboard
val
direction
:
Direction
?
route direction
id
Link copied to clipboard
val
id
:
RouteId
route identifier
long
Name
Link copied to clipboard
val
longName
:
String
route long name
short
Name
Link copied to clipboard
val
shortName
:
String
route short name