I am trying to integrated google map in my web page, it should show map for adddress traced from database. So I can not use a certain location to generate map. It seems that for each address, google map api need Latitudes and Longitudes to draw the map. But how do I know Latitudes and Longitudes from an address? Any idea?
Share
I believe the the geocoder section of the google maps api v3 will aid in completing your task
http://code.google.com/apis/maps/documentation/geocoding/