toggle menu
OJP-Android-SDK
androidJvm
switch theme
search in API
OJP-Android-SDK
/
ch.opentransportdata.ojp.data.dto.request.tir
/
PlaceReferenceDto
Place
Reference
Dto
@
Serializable
data
class
PlaceReferenceDto
(
val
ref
:
String
?
=
null
,
val
stationName
:
NameDto
?
=
null
,
val
position
:
GeoPositionDto
?
=
null
)
:
Parcelable
Created by Michael Ruppen on 07.06.2024
Either
ref
and
stationName
has to be set or
position
.
Members
Constructors
Place
Reference
Dto
Link copied to clipboard
constructor
(
ref
:
String
?
=
null
,
stationName
:
NameDto
?
=
null
,
position
:
GeoPositionDto
?
=
null
)
Properties
position
Link copied to clipboard
val
position
:
GeoPositionDto
?
=
null
ref
Link copied to clipboard
val
ref
:
String
?
=
null
station
Name
Link copied to clipboard
val
stationName
:
NameDto
?
=
null
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
)