A
|
ann 6/30/2010 |
Pierre, |
P
|
Pierre DAC author 6/30/2010 |
Pierre, use Google Maps API Geocoding Service to get longitude and latitude: http://code.google.com/apis/maps/documentation/geocoding/index.html Geocoding is the process of converting addresses (like "1600 Amphitheatre Parkway, Mountain View, CA") into geographic coordinates (like latitude 37.423021 and longitude -122.083739), which you can use to place markers or position the map.
|