1
I have a website url, http://universimmedia.pagesperso-orange.fr/geo/loc.htm, where I place an address and clicking on the 'Search' button the site gives me the coordinates of that address, latitude and longitude, blz! I copied the code of this site and I want the search, by the coordinates of this address, to be done without having to click the 'Search' button. I tried to put the function call in the form onload and it did not help.
Can someone give me a hand?
Thanks.
The site in question uses the Google Maps API. It would not be easier for you to directly use the Google API as well?
– Marcus Vinicius
@Marcusvinicius, I tried and failed, said that the key, if I’m not mistaken, was not valid.
– GustavoSevero
Have you created a key for the API? https://developers.google.com/maps/documentation/javascript/tutorial#api_key
– Marcus Vinicius
@Marcusvinicius, that’s right! I followed a tutorial I took from http://www.w3schools.com/googleapi/default.asp. I can try again and if there are problems, again send the error warning.
– GustavoSevero