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
/
Stop
Stop
@
Serializable
data
class
Stop
(
val
id
:
StopId
,
val
name
:
String
,
val
latitude
:
Double
,
val
longitude
:
Double
)
Stop
Since
1.0.0
Members
Constructors
Stop
Link copied to clipboard
constructor
(
id
:
StopId
,
name
:
String
,
latitude
:
Double
,
longitude
:
Double
)
Properties
id
Link copied to clipboard
val
id
:
StopId
stop identifier
latitude
Link copied to clipboard
val
latitude
:
Double
stop latitude
longitude
Link copied to clipboard
val
longitude
:
Double
stop longitude
name
Link copied to clipboard
val
name
:
String
stop name