On trying to search a particular address by postal code(2000) it does not return the expected formatted address correctly, but whereas on searching using the address(frederiksberg) instead of postal code it returns the expected formatted address correctly.
https://maps.googleapis.com/maps/api/geocode/json?address=2000&components=country:Denmark&key=apikey
But for a similar search with address set to postal code(4000) it returns the expected formatted address correctly, url below.
https://maps.googleapis.com/maps/api/geocode/json?address=4000&components=country:Denmark&key=apikey
Please let us know why its not returning the expected formatted address for address set to 2000.
TIA!