Wasm Directoryalpha
Record

tfl-api-presentation-entities-route-search-match

No description available.

record tfl-api-presentation-entities-route-search-match {
  id: option​<string>,
  lat: option​<f64>,
  line-id: option​<string>,
  line-name: option​<string>,
  line-route-section: option​<list​<tfl-api-presentation-entities-line-route-section>>,
  lon: option​<f64>,
  matched-route-sections: option​<list​<tfl-api-presentation-entities-matched-route-sections>>,
  matched-stops: option​<list​<tfl-api-presentation-entities-matched-stop>>,
  mode: option​<string>,
  name: option​<string>,
  url: option​<string>,
}

Fields

NameTypeDescription
idoption​<string>
latoption​<f64>
line-idoption​<string>
line-nameoption​<string>
line-route-sectionoption​<list​<tfl-api-presentation-entities-line-route-section>>
lonoption​<f64>
matched-route-sectionsoption​<list​<tfl-api-presentation-entities-matched-route-sections>>
matched-stopsoption​<list​<tfl-api-presentation-entities-matched-stop>>
modeoption​<string>
nameoption​<string>
urloption​<string>