Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface EstimatedCall

deprecated

The JourneyPlanner v2 queries and types are deprecated. Write your own GraphQL queries for JourneyPlanner v3. Write your own types or use those from JourneyPlannerTypes where applicable.

Hierarchy

  • EstimatedCall

Index

Properties

actualArrivalTime?: string
actualDepartureTime?: string
aimedArrivalTime: string
aimedDepartureTime: string
bookingArrangements?: BookingArrangement
deprecated

Use bookingArrangements on Leg or ServiceJourney instead.

cancellation: boolean
date: string
destinationDisplay: { frontText: string }

Type declaration

  • frontText: string
expectedArrivalTime: string
expectedDepartureTime: string
forAlighting: boolean
forBoarding: boolean
notices?: Notice[]
predictionInaccurate: boolean
quay?: Quay
realtime: boolean
requestStop: boolean
serviceJourney: ServiceJourney

Generated using TypeDoc