Google Maps API for Postal Codes

I want the Google Maps API for zip codes in which the zip code will be an input parameter, and it must return an address or latitude / longitude value for this.

Which API should be used for the same?

+6
api google-maps google-maps-api-3
source share
1 answer

You need the geocoding API http://code.google.com/apis/maps/documentation/geocoding/ , pass the zip as an address parameter.

+6
source share

All Articles