LegStartEndDto

@Xml
data class LegStartEndDto(@PropertyElement(name = "siri:StopPointRef") val stopPointRef: String?, @Element(name = "Name") val name: NameDto?, @Element(name = "GeoPosition") val geoPosition: GeoPositionDto?) : Parcelable

Created by Michael Ruppen on 28.06.2024

Constructors

Link copied to clipboard
constructor(@PropertyElement(name = "siri:StopPointRef") stopPointRef: String?, @Element(name = "Name") name: NameDto?, @Element(name = "GeoPosition") geoPosition: GeoPositionDto?)

Properties

Link copied to clipboard
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)