[ Whereis® API Home ] [ JSON API Home ] [ Object Index ] [ Return Types ]
Wraps a <geocode> object and a list of Adjustments made to the requested address to find a result.
<validation> objects are returned by structured and unstructured Address Validation requests.
Parameters
Name | Type | Description |
| adjustments | list | a list of Adjustments made to the requested address to find a result. |
| geocodedAddress | Wraps an <address>, a structured location object, and provides extra information such as its centre point and granularity |
Example
{
"adjustments":[
"STREET_TYPE_ADJUSTED",
"SUBURB_ADJUSTED_FOR_PROXIMITY"
],
"geocodedAddress":{
"id":"property-362838",
"centrePoint":{"lon":144.965509,"lat":-37.810921},
"streetPoint":{"lon":144.965608,"lat":-37.811274},
"approximated":false,
"granularity":"PROPERTY",
"address":{
"number":"222",
"street":{"name":"LONSDALE","type":"ST","display":"LONSDALE ST"},
"property":"222 LONSDALE ST",
"suburb":"MELBOURNE",
"suburbVanities":["MELB"],
"postcode":"3000",
"regions":[
"GREATER MELBOURNE",
"MELBOURNE - INNER CITY SUBURBS",
"MELBOURNE CBD",
"MELBOURNE COUNCIL"
],
"state":"VIC",
"display":"222 LONSDALE ST, MELBOURNE, VIC 3000"
},
"geometry":{
"centre":{"lon":144.965509,"lat":-37.810921},
"street":{"lon":144.965608,"lat":-37.811274}
}
}
}
NOTES