Record
travel-center
No description available.
record travel-center {
address: option<string>,
city: option<string>,
id: option<s32>,
lat: option<f64>,
lon: option<f64>,
name: option<string>,
opening-times: option<travel-center-opening-times>,
post-code: option<string>,
type-op: option<travel-center-type-op-enum>,
}Fields
| Name | Type | Description |
|---|---|---|
| address | option<string> | |
| city | option<string> | |
| id | option<s32> | |
| lat | option<f64> | |
| lon | option<f64> | |
| name | option<string> | |
| opening-times | option<travel-center-opening-times> | |
| post-code | option<string> | |
| type-op | option<travel-center-type-op-enum> |