Record
search-restaurants-response-restaurants-item-address
No description available.
record search-restaurants-response-restaurants-item-address {
city: option<string>,
country: option<string>,
lat: option<f64>,
latitude: option<f64>,
lon: option<f64>,
longitude: option<f64>,
state: option<string>,
street-addr: option<string>,
street-addr-v2: option<string>,
zipcode: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| city | option<string> | |
| country | option<string> | |
| lat | option<f64> | |
| latitude | option<f64> | |
| lon | option<f64> | |
| longitude | option<f64> | |
| state | option<string> | |
| street-addr | option<string> | |
| street-addr-v2 | option<string> | |
| zipcode | option<string> |