TrackSectionDto

@Serializable
data class TrackSectionDto(val trackSectionStart: LegStartEndDto? = null, val trackSectionEnd: LegStartEndDto? = null, val linkProjection: LinearShapeDto? = null, val duration: String? = null, val length: Int? = null) : Parcelable

Created by Michael Ruppen on 28.06.2024

Constructors

Link copied to clipboard
constructor(trackSectionStart: LegStartEndDto? = null, trackSectionEnd: LegStartEndDto? = null, linkProjection: LinearShapeDto? = null, duration: String? = null, length: Int? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val length: Int?
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)