This topic is locked

Latitude Longitude

6/30/2010 5:34:31 AM
PHPRunner General questions
P
Pierre DAC author

Hello everyone,

Do you know how to put the latitude and longitude of the address into the fields when I save my record ?

(If anyone could share is experience).

Thank you.

Best regards.

A
ann 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.

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.


Thank you Ann,
In fact all is Ok with javascript in a HTML page (google find and display my latitude and my longitude)

I'm tryng to put this in into my phprunner page but have problem.

This is why I ask if someone have done this before.
Best regards