toggle menu
OJP-Android-SDK
androidJvm
switch theme
search in API
OJP-Android-SDK
/
ch.opentransportdata.ojp.data.dto.response.place
/
PointOfInterestDto
Point
Of
Interest
Dto
@
Serializable
data
class
PointOfInterestDto
(
val
privateCodes
:
List
<
PrivateCodeDto
>
?
=
emptyList()
,
val
publicCode
:
String
,
val
name
:
NameDto
,
val
nameSuffix
:
NameDto
?
=
null
,
val
topographicPlaceRef
:
String
?
=
null
)
:
AbstractPlaceDto
Created by Deniz Kalem on 25.03.2025
Members
Constructors
Point
Of
Interest
Dto
Link copied to clipboard
constructor
(
privateCodes
:
List
<
PrivateCodeDto
>
?
=
emptyList()
,
publicCode
:
String
,
name
:
NameDto
,
nameSuffix
:
NameDto
?
=
null
,
topographicPlaceRef
:
String
?
=
null
)
Properties
name
Link copied to clipboard
val
name
:
NameDto
name
Suffix
Link copied to clipboard
val
nameSuffix
:
NameDto
?
=
null
private
Codes
Link copied to clipboard
open
override
val
privateCodes
:
List
<
PrivateCodeDto
>
?
public
Code
Link copied to clipboard
val
publicCode
:
String
topographic
Place
Ref
Link copied to clipboard
val
topographicPlaceRef
:
String
?
=
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
)