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.
reverseGeocode
Lookup addresses using the geocode input, invoking different method based on the identified country of the first geocode input.
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).
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.
Response of Request 1: as the first record is identified as Australia country, it invokes auNzReverseGeocode method which will only process the first record. There are 2 addresses found within 50 meters radius of the first geocode input.
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.
Note: for reverse geocoding Australia and New Zealand addresses, you can use auNzReverseGeocode method which will return more information.
GET/rest/intl/reverseGeocodeLookup the nearest address or location to the given latitude/longitude coordinates - international (AU/NZ and other countries)POST/rest/intl/reverseGeocodeLookup the nearest address or location to the given latitude/longitude coordinates - international (AU/NZ and other countries)