Wasm Directoryalpha
Record

tfl-api-presentation-entities-journey-planner-leg

No description available.

record tfl-api-presentation-entities-journey-planner-leg {
  arrival-point: option​<tfl-api-presentation-entities-point>,
  arrival-time: option​<string>,
  departure-point: option​<tfl-api-presentation-entities-point>,
  departure-time: option​<string>,
  disruptions: option​<list​<tfl-api-presentation-entities-disruption>>,
  distance: option​<f64>,
  duration: option​<s32>,
  has-fixed-locations: option​<bool>,
  instruction: option​<tfl-api-presentation-entities-instruction>,
  inter-change-duration: option​<string>,
  inter-change-position: option​<string>,
  is-disrupted: option​<bool>,
  mode: option​<tfl-api-presentation-entities-identifier>,
  obstacles: option​<list​<tfl-api-presentation-entities-journey-planner-obstacle>>,
  path: option​<tfl-api-presentation-entities-journey-planner-path>,
  planned-works: option​<list​<tfl-api-presentation-entities-journey-planner-planned-work>>,
  route-options: option​<list​<tfl-api-presentation-entities-journey-planner-route-option>>,
  scheduled-arrival-time: option​<string>,
  scheduled-departure-time: option​<string>,
  speed: option​<string>,
}

Fields

NameTypeDescription
arrival-pointoption​<tfl-api-presentation-entities-point>
arrival-timeoption​<string>
departure-pointoption​<tfl-api-presentation-entities-point>
departure-timeoption​<string>
disruptionsoption​<list​<tfl-api-presentation-entities-disruption>>
distanceoption​<f64>
durationoption​<s32>
has-fixed-locationsoption​<bool>
instructionoption​<tfl-api-presentation-entities-instruction>
inter-change-durationoption​<string>
inter-change-positionoption​<string>
is-disruptedoption​<bool>
modeoption​<tfl-api-presentation-entities-identifier>
obstaclesoption​<list​<tfl-api-presentation-entities-journey-planner-obstacle>>
pathoption​<tfl-api-presentation-entities-journey-planner-path>
planned-worksoption​<list​<tfl-api-presentation-entities-journey-planner-planned-work>>
route-optionsoption​<list​<tfl-api-presentation-entities-journey-planner-route-option>>
scheduled-arrival-timeoption​<string>
scheduled-departure-timeoption​<string>
speedoption​<string>