Wasm Directoryalpha
Record

tfl-api-presentation-entities-matched-stop

No description available.

record tfl-api-presentation-entities-matched-stop {
  accessibility-summary: option​<string>,
  direction: option​<string>,
  has-disruption: option​<bool>,
  ics-id: option​<string>,
  id: option​<string>,
  lat: option​<f64>,
  lines: option​<list​<tfl-api-presentation-entities-identifier>>,
  lon: option​<f64>,
  modes: option​<list​<string>>,
  name: option​<string>,
  parent-id: option​<string>,
  route-id: option​<s32>,
  station-id: option​<string>,
  status: option​<bool>,
  stop-letter: option​<string>,
  stop-type: option​<string>,
  top-most-parent-id: option​<string>,
  towards: option​<string>,
  url: option​<string>,
  zone: option​<string>,
}

Fields

NameTypeDescription
accessibility-summaryoption​<string>
directionoption​<string>
has-disruptionoption​<bool>
ics-idoption​<string>
idoption​<string>
latoption​<f64>
linesoption​<list​<tfl-api-presentation-entities-identifier>>
lonoption​<f64>
modesoption​<list​<string>>
nameoption​<string>
parent-idoption​<string>
route-idoption​<s32>
station-idoption​<string>
statusoption​<bool>
stop-letteroption​<string>
stop-typeoption​<string>
top-most-parent-idoption​<string>
towardsoption​<string>
urloption​<string>
zoneoption​<string>