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.place
/
PointOfInterestAdditionalInformationDto
Point
Of
Interest
Additional
Information
Dto
@
Serializable
data
class
PointOfInterestAdditionalInformationDto
(
val
additionalInformation
:
List
<
CategoryKeyValueDto
>
=
emptyList()
)
:
Parcelable
Created by Deniz Kalem on 02.07.2026
Members
Constructors
Point
Of
Interest
Additional
Information
Dto
Link copied to clipboard
constructor
(
additionalInformation
:
List
<
CategoryKeyValueDto
>
=
emptyList()
)
Properties
additional
Information
Link copied to clipboard
val
additionalInformation
:
List
<
CategoryKeyValueDto
>
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
)