tags:

views:

18

answers:

1

Hello,

I want Google map api for zipcodes in which zip code will be input parameter and it should return address or latitude / longitude value for that. Can anybody tell me which api is to be used for the same ?

Thanks, abc

+1  A: 

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

Matt Williamson