PlacesDto

@Serializable
@Xml(name = "Places")
data class PlacesDto(@Element(name = "Place") val places: List<PlaceDto>? = emptyList()) : Parcelable

Created by Deniz Kalem on 26.03.2025

Constructors

Link copied to clipboard
constructor(@Element(name = "Place") places: List<PlaceDto>? = emptyList())

Properties

Link copied to clipboard
Link copied to clipboard

Functions

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