HciJourneyDetailsRequest

class HciJourneyDetailsRequest(jid: String?, dLoc: HciLocation?, dIdx: Int?, dDate: LocalDate?, dTime: LocalTime?, aLoc: HciLocation?, aIdx: Int?, aDate: LocalDate?, aTime: LocalTime?, date: LocalDate?, name: String?, getAltCoordinates: Boolean?, getAnnotations: Boolean?, getPasslist: Boolean?, getPolyline: Boolean?, getSimpleTrainComposition: Boolean?, getTrainComposition: Boolean?, polySplitting: Boolean?) : HciServiceRequest<HciJourneyDetailsResult>

Types

Companion
Link copied to clipboard
object Companion

Properties

aDate
Link copied to clipboard
var aDate: LocalDate? = null
aIdx
Link copied to clipboard
var aIdx: Int? = null

The arrival index on the journey. Trims the succeeding stops

aLoc
Link copied to clipboard
var aLoc: HciLocation? = null

The arrival location on the journey. Trims the succeeding stops

aTime
Link copied to clipboard
var aTime: LocalTime? = null
date
Link copied to clipboard
var date: LocalDate? = null

Explicitly specifies the regard journey date

dDate
Link copied to clipboard
var dDate: LocalDate? = null
dIdx
Link copied to clipboard
var dIdx: Int? = null

The departure index on the journey. Trims the preceding stops

dLoc
Link copied to clipboard
var dLoc: HciLocation? = null

The departure location on the journey. Trims the preceding stops

dTime
Link copied to clipboard
var dTime: LocalTime? = null
getAltCoordinates
Link copied to clipboard
var getAltCoordinates: Boolean? = null
getAnnotations
Link copied to clipboard
var getAnnotations: Boolean? = null

Whether annotations shall be returned

getPasslist
Link copied to clipboard
var getPasslist: Boolean? = null

Whether passed stops shall be returned

getPolyline
Link copied to clipboard
var getPolyline: Boolean? = null

Whether the path polyline shall be returned

getSimpleTrainComposition
Link copied to clipboard
var getSimpleTrainComposition: Boolean? = null

Whether the simple train composition shall be returned

getTrainComposition
Link copied to clipboard
var getTrainComposition: Boolean? = null

Whether the train composition shall be returned

jid
Link copied to clipboard
var jid: String? = null

The id of the journey to get details of

name
Link copied to clipboard
var name: String? = null
polySplitting
Link copied to clipboard
var polySplitting: Boolean? = null

Whether returned polylines shall be splitted