TripParams

data class TripParams(@IntRange(from = 0, to = 100) val numberOfResults: Int? = null, @IntRange(from = 0, to = 100) val numberOfResultsBefore: Int? = null, @IntRange(from = 0, to = 100) val numberOfResultsAfter: Int? = null, val includeTrackSections: Boolean = false, val includeLegProjection: Boolean = false, val includeTurnDescription: Boolean = false, val includeIntermediateStops: Boolean = false, val includeAllRestrictedLines: Boolean = false, val useRealtimeData: RealtimeData? = null, val modeAndModeOfOperationFilter: List<ModeAndModeOfOperationFilter>?) : Parcelable

Created by Michael Ruppen on 07.06.2024

Constructors

Link copied to clipboard
constructor(@IntRange(from = 0, to = 100) numberOfResults: Int? = null, @IntRange(from = 0, to = 100) numberOfResultsBefore: Int? = null, @IntRange(from = 0, to = 100) numberOfResultsAfter: Int? = null, includeTrackSections: Boolean = false, includeLegProjection: Boolean = false, includeTurnDescription: Boolean = false, includeIntermediateStops: Boolean = false, includeAllRestrictedLines: Boolean = false, useRealtimeData: RealtimeData? = null, modeAndModeOfOperationFilter: List<ModeAndModeOfOperationFilter>?)

Properties

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