OJP-Android-SDK
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
OJP-Android-SDK
OJP-Android-SDK
/
ch.opentransportdata.ojp.data.dto.response.ser
/
CallAtNearStopDto
Call
At
Near
Stop
Dto
@
Serializable
data
class
CallAtNearStopDto
(
val
callAtStop
:
CallAtStopDto
,
val
walkDistance
:
Int
?
=
null
,
val
walkDuration
:
Duration
?
=
null
)
:
Parcelable
Created by Deniz Kalem on 20.05.2026
Members
Constructors
Call
At
Near
Stop
Dto
Link copied to clipboard
constructor
(
callAtStop
:
CallAtStopDto
,
walkDistance
:
Int
?
=
null
,
walkDuration
:
Duration
?
=
null
)
Properties
call
At
Stop
Link copied to clipboard
val
callAtStop
:
CallAtStopDto
walk
Distance
Link copied to clipboard
val
walkDistance
:
Int
?
walk
Duration
Link copied to clipboard
@
Serializable
(
with
=
DurationSerializer::class
)
val
walkDuration
:
Duration
?
Functions
describe
Contents
Link copied to clipboard
abstract
fun
describeContents
(
)
:
Int
write
To
Parcel
Link copied to clipboard
abstract
fun
writeToParcel
(
p0
:
Parcel
,
p1
:
Int
)