EfaJourney
data class EfaJourney(stopID: Long, x: Double, y: Double, mapName: EfaCoordinateSystem, area: String, platform: String?, platformName: String?, stopName: String, nameWO: String, gid: String?, pointGid: String?, pointType: String?, countdown: Duration, occupancy: EfaJourney.Occupancy?, dateTime: LocalDateTime, realDateTime: LocalDateTime?, realtimeTripStatus: Set<EfaJourney.RealtimeStatus>, servingLine: EfaServingLine, operator: EfaOperator?, prevStopSeq: List<EfaStop>?, onwardStopSeq: List<EfaStop>?)
Content copied to clipboard
Describes the json structure encoding journeys from the XML_DM_REQUEST endpoint. Appears at $.departureList[] and $.arrivalList[]
Constructors
EfaJourney
Link copied to clipboard
fun EfaJourney(stopID: Long, x: Double, y: Double, mapName: EfaCoordinateSystem, area: String, platform: String?, platformName: String?, stopName: String, nameWO: String, gid: String?, pointGid: String?, pointType: String?, countdown: Duration, occupancy: EfaJourney.Occupancy? = null, dateTime: LocalDateTime, realDateTime: LocalDateTime?, realtimeTripStatus: Set<EfaJourney.RealtimeStatus> = emptySet(), servingLine: EfaServingLine, operator: EfaOperator?, prevStopSeq: List<EfaStop>?, onwardStopSeq: List<EfaStop>?)
Content copied to clipboard
Types
Occupancy
Link copied to clipboard
Describes a vehicle's current occupancy status on a journey
RealtimeStatus
Link copied to clipboard
Describes the realtime information status of a journey
Properties
dateTime
Link copied to clipboard
mapName
Link copied to clipboard
occupancy
Link copied to clipboard
onwardStopSeq
Link copied to clipboard
operator
Link copied to clipboard
platformName
Link copied to clipboard
prevStopSeq
Link copied to clipboard
realDateTime
Link copied to clipboard
realtimeTripStatus
Link copied to clipboard
servingLine
Link copied to clipboard