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.tir
/
JourneyTrackDto
Journey
Track
Dto
@
Serializable
data
class
JourneyTrackDto
(
val
trackSections
:
List
<
TrackSectionDto
>
)
:
Parcelable
Created by Deniz Kalem on 26.03.2026
Members
Constructors
Journey
Track
Dto
Link copied to clipboard
constructor
(
trackSections
:
List
<
TrackSectionDto
>
)
Properties
track
Sections
Link copied to clipboard
val
trackSections
:
List
<
TrackSectionDto
>
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
)