On Nov 23, 8:34 am, how-can-i- do-it <[EMAIL PROTECTED]> wrote: > Hello, > I know that there is many questions about extracting longitude and > latitude from API, but no one give me a real answer. > > I am a php developer and my javascript knowledge is very limited. > > Some one can give me please the complete code that give me Latitude > and longitude values of an address. > > In fact i want to put this values in a php variable to use it later. > You will need to use the HTTP geocoder to get the coordinates on the server if you want to use them in PHP: http://code.google.com/apis/maps/documentation/services.html#Geocoding_Direct
There may be a better way to do whatever it is that you are trying to do. -- Larry --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Maps API" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/Google-Maps-API?hl=en -~----------~----~----~----~------~----~------~--~---
