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