Traveller
Traveller copied to clipboard
Getting Lat/Long using the GeoCoding API
Hi @namitjuneja, I started work on this and have a version that works but has some bugs. I was able to get geocoding to work with all the limitations that it has (limited number of places can be queried within a second, etc) though it is slightly slow. The bug I am facing is on the marker hover, where it displays the name of the last place on all the markers. I have tried a bunch of approaches but none of them have worked. You could probably improve upon this and even the geocoding part as it is pretty slow right now.
Here is the link to the file: index-geocode.html