I have all info City name,state,Country,street name,house number and zip code.Can i locate this in Google map.How will i do? From where i can get API for google for such problems?
+1
A:
Here the source for all the APIs built off of Google maps with documentation.
darkstar3d
2010-09-27 19:49:18
can i set google map only by ZIPCODE ?
Ajay_kumar
2010-09-27 20:47:46
Yes you can such as http://maps.google.com/maps?q=20066
darkstar3d
2010-09-29 15:33:30
+1
A:
I'm assuming you want to get the lat/lng for your addresses. You do this with google's geocoder api
http://code.google.com/apis/maps/documentation/geocoding/
Then you can add them to the map with their map api
http://code.google.com/apis/maps/documentation/javascript/reference.html
Galen
2010-09-27 20:33:44