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>? = null, val walkSpeed: Int? = null, val transferLimit: Int? = null, val optimisationMethod: OptimisationMethod? = null, val bikeTransport: Boolean? = null) : 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>? = null, walkSpeed: Int? = null, transferLimit: Int? = null, optimisationMethod: OptimisationMethod? = null, bikeTransport: Boolean? = null)

Properties

Link copied to clipboard
val bikeTransport: Boolean? = null
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
Link copied to clipboard
val transferLimit: Int? = null
Link copied to clipboard
Link copied to clipboard
val walkSpeed: Int? = null

Functions

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