Google Map API get address information by postal code, but it response result by street number
问题 I am using google map api to get address information by Postal code around the world [ not specific country]. https://maps.googleapis.com/maps/api/geocode/json?address=610&key=[apiKey] I expected zip code is 610, but google response result for street number 610. Is there any ways to get address by zip code only? Thank you guys in advance for supporting. 回答1: How about something along with this query https://maps.googleapis.com/maps/api/geocode/json?components=postal_code:1441|country:PH&key