toggle menu
OJP-Android-SDK
androidJvm
switch theme
search in API
OJP-Android-SDK
/
ch.opentransportdata.ojp.data.dto.response.tir.leg
/
PathGuidanceDto
Path
Guidance
Dto
@
Serializable
data
class
PathGuidanceDto
(
val
pathGuidanceSection
:
List
<
PathGuidanceSectionDto
>
)
:
Parcelable
Created by Nico Brandenberger on 04.11.2025
Members
Constructors
Path
Guidance
Dto
Link copied to clipboard
constructor
(
pathGuidanceSection
:
List
<
PathGuidanceSectionDto
>
)
Properties
path
Guidance
Section
Link copied to clipboard
val
pathGuidanceSection
:
List
<
PathGuidanceSectionDto
>
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
)