Name | Data Type | Description |
zipcode | String | Zip code of the nearest node to the given location |
address | String | Address of the nearest node to the given location |
operator_id | Integer | Internal operator id of the nearest node to the given location |
latitude | Float | Latitude of the nearest node to the given location |
id | Number | Internal id of the nearest node to the given location |
longitude | Float | Longitude of the nearest node to the given location |
[
{
"zipcode": "77469",
"address": "4815 Ransom Road, Richmond, TX 77469",
"operator_id": 7,
"latitude": 29.56286,
"id": 42407,
"longitude": -95.69857
}
]
rev 1.0 2023-02-13