Hello everybody! I have the googlemap extension working perfectly to show the points, with the cluster function and everything, very happy. But … I need now to be able to capture points, using Geocoding, to be able to take latitude and longitude according to a capture direction and save it in a table. I saw some examples on Google that I couldn’t implement: https://developers.google.com/maps/documentation/geocoding/overview
Could anyone make this implementation?
Greetings and thanks!
You may Google google maps get latitude and longitude source code.
mobhar wrote:
You may Google > google maps get latitude and longitude source code> .
I can show the points that I have captured without problems …
What I can’t do is Reverse geocoding, to take the points. As detailed in the link above …
You need to elaborate more.
Reverse geocoding is basically an address lookup using google maps services. it’s just as simple as calling
https://maps.googleapis.com/maps/api/geocode/json?latlng=40.714224,-73.961452&key=YOUR_API_KEY
You can’t be wrong with that.If the call returns empty, well, that would means google has nothing in there to show you.