PointOfInterestDto

@Serializable
@Xml(name = "PointOfInterest")
data class PointOfInterestDto(@Element(name = "PrivateCode") val privateCodes: List<PrivateCodeDto>? = emptyList(), @PropertyElement(name = "PublicCode") val publicCode: String, @Element(name = "Name") val name: NameDto, @Element(name = "NameSuffix") val nameSuffix: NameDto?, @PropertyElement(name = "TopographicPlaceRef") val topographicPlaceRef: String?) : AbstractPlaceDto

Created by Deniz Kalem on 25.03.2025

Constructors

Link copied to clipboard
constructor(@Element(name = "PrivateCode") privateCodes: List<PrivateCodeDto>? = emptyList(), @PropertyElement(name = "PublicCode") publicCode: String, @Element(name = "Name") name: NameDto, @Element(name = "NameSuffix") nameSuffix: NameDto?, @PropertyElement(name = "TopographicPlaceRef") topographicPlaceRef: String?)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override val privateCodes: List<PrivateCodeDto>?
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)