PlaceReferenceDto

@Serializable
data class PlaceReferenceDto(val ref: String? = null, val stationName: NameDto? = null, val position: GeoPositionDto? = null) : Parcelable

Created by Michael Ruppen on 07.06.2024

Either ref and stationName has to be set or position.

Constructors

Link copied to clipboard
constructor(ref: String? = null, stationName: NameDto? = null, position: GeoPositionDto? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val ref: String? = null
Link copied to clipboard
val stationName: NameDto? = null

Functions

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