toggle menu
OJP-Android-SDK
androidJvm
switch theme
search in API
OJP-Android-SDK
/
ch.opentransportdata.ojp.data.dto.response
/
PlacesDto
Places
Dto
@
Serializable
@
Xml
(
name
=
"Places"
)
data
class
PlacesDto
(
@
Element
(
name
=
"Place"
)
val
places
:
List
<
PlaceDto
>
?
=
emptyList()
)
:
Parcelable
Created by Deniz Kalem on 26.03.2025
Members
Constructors
Places
Dto
Link copied to clipboard
constructor
(
@
Element
(
name
=
"Place"
)
places
:
List
<
PlaceDto
>
?
=
emptyList()
)
Properties
places
Link copied to clipboard
val
places
:
List
<
PlaceDto
>
?
stop
Points
Link copied to clipboard
val
stopPoints
:
List
<
StopPointDto
>
Functions
describe
Contents
Link copied to clipboard
abstract
fun
describeContents
(
)
:
Int
find
Parent
Station
Link copied to clipboard
fun
findParentStation
(
stopPointRef
:
String
)
:
String
write
To
Parcel
Link copied to clipboard
abstract
fun
writeToParcel
(
p0
:
Parcel
,
p1
:
Int
)