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
| Name | Type | Description |
|---|---|---|
| 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> |