Closest Node Schema

NameData TypeDescription
zipcodeStringZip code of the nearest node to the given location
addressStringAddress of the nearest node to the given location
operator_idIntegerInternal operator id of the nearest node to the given location
latitudeFloatLatitude of the nearest node to the given location
idNumberInternal id of the nearest node to the given location
longitudeFloatLongitude 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