Record
tfl-api-presentation-entities-search-match
No description available.
record tfl-api-presentation-entities-search-match {
id: option<string>,
lat: option<f64>,
lon: option<f64>,
name: option<string>,
url: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| id | option<string> | |
| lat | option<f64> | |
| lon | option<f64> | |
| name | option<string> | |
| url | option<string> |