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
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
You want the Geocoding API http://code.google.com/apis/maps/documentation/geocoding/, pass the zip as the address parameter.