HapiJourneyDetail
class HapiJourneyDetail(cancelled: Boolean, partCancelled: Boolean, reachable: Boolean, redirected: Boolean, Stops: List<HapiStop>, Names: List<HapiName>, Directions: List<HapiDirection>, Notes: List<HapiNote>, Messages: List<HapiMessage>, JourneyStatus: HapiJourneyStatus?, Polyline: HapiPolyline?, PolylineGroup: HapiPolylineGroup?, ServiceDays: List<HapiServiceDays>, lastPos: HapiCoord?, lastPosReported: String?, lastPassRouteIdx: Int?, lastPassStopRef: Int?, rtLastPassRouteIdx: Int?, rtLastPassStopRef: Int?) : HapiResponse
Content copied to clipboard
The journey details contain a list of stops/stations and notes. They also contain the journeys names and types.
Constructors
HapiJourneyDetail
Link copied to clipboard
fun HapiJourneyDetail(cancelled: Boolean = false, partCancelled: Boolean = false, reachable: Boolean = true, redirected: Boolean = false, Stops: List<HapiStop> = emptyList(), Names: List<HapiName> = emptyList(), Directions: List<HapiDirection> = emptyList(), Notes: List<HapiNote> = emptyList(), Messages: List<HapiMessage> = emptyList(), JourneyStatus: HapiJourneyStatus?, Polyline: HapiPolyline?, PolylineGroup: HapiPolylineGroup?, ServiceDays: List<HapiServiceDays> = emptyList(), lastPos: HapiCoord?, lastPosReported: String?, lastPassRouteIdx: Int?, lastPassStopRef: Int?, rtLastPassRouteIdx: Int?, rtLastPassStopRef: Int?)
Content copied to clipboard
Properties
dialectVersion
Link copied to clipboard
Directions
Link copied to clipboard
JourneyStatus
Link copied to clipboard
lastPassRouteIdx
Link copied to clipboard
lastPassStopRef
Link copied to clipboard
lastPosReported
Link copied to clipboard
Messages
Link copied to clipboard
partCancelled
Link copied to clipboard
Polyline
Link copied to clipboard
PolylineGroup
Link copied to clipboard
redirected
Link copied to clipboard
rtLastPassRouteIdx
Link copied to clipboard
rtLastPassStopRef
Link copied to clipboard
serverVersion
Link copied to clipboard
ServiceDays
Link copied to clipboard
TechnicalMessages
Link copied to clipboard