Reverse geocode or Address by Geocode methods take a pair of latitude and longitude coordinates as an input and return addresses information that match the search parameters.
Reverse geocode methods take a pair of latitude and longitude coordinates as an input and return addresses information that match the search parameters.
Lookup the nearest address or location using geocode input - for all countries including Australia and New Zealand.
reverseGeocode
Lookup addresses using the geocode input, invoking different method based on the identified country of the first geocode input.
It invokes method for Australia or New Zealand country. For other countries, it invokes method.
HTTP POST for supports multiple records in the request, while will only process the first record in the request.
The attributes with latitude and longitude is required
The sourceOfTruth is optional - for Australia and New Zealand only. The supported Source of Truths are GNAF, NZPAF, NZAD, CNAR (default is GNAF for Australia and NZPAF for New Zealand).
The featureOptions is optional - for Australia and New Zealand only. The supported feature options are displayGnafLot, singleLineHitNumber (default 20), caseType, exposeAttributes, radius (default 50 for 50 meters radius).
Response
Examples
Request 1: the first record in below request is an Australian geocode, the second record is a New Zealand geocode, and the rest are not Australia nor New Zealand geocodes.
Lookup the nearest address or location using the WGS84 geocode input. It also returns attributes for WGS84 Latitude and Longitude coordinates of the location and the Distance in KM from the CentrePoint to this address.
It supports all countries including Australia and New Zealand. HTTP POST supports multiple records in the request.
Lookup addresses using geocode input, which invokes for Australia or New Zealand or for other countries.
The response body is an object.
See for integration best practices.
Response of Request 1: as the first record is identified as Australia country, it invokes method which will only process the first record. There are 2 addresses found within 50 meters radius of the first geocode input.
Response of Request 2: it invokes method which will process all records in the request. The featureOptions is ignored when invoking method.
Note: for reverse geocoding Australia and New Zealand addresses, you can use method which will return more information.
GETLookup the nearest address or location to the given latitude/longitude coordinates - international (AU/NZ and other countries)POSTLookup the nearest address or location to the given latitude/longitude coordinates - international (AU/NZ and other countries)