Returns nearest postcodes for a given longitude and latitude. Accepts up to 100 geolocations.
bulk_reverse_geocoding(geolocations)
Arguments
geolocations: A list containing an array of objects to geolocate. At least two elements needed.
Returns
A list with the geocoded data.
Details
This method requires a JSON object containing an array of geolocation objects to be POSTed. Each geolocation object accepts an optional radius (meters) and limit argument. Both default to 100m and 10 respectively. It also accepts a wideSearch argument.