I’ld like to use the Google Maps integration to get geolocation coordinates from my photon but i don’t succeed.
I followed the setup protocol provided by Particle and the hook response i get is:
I found the problem: In the setup protocol at the 2nd step “Get an API Key”, the hyperlink to reach “Geolocation API Documentation” of Google isn’t the right one, it’s rather the one of “Geocoding API”.
Thanks for this report! We’ve now fixed this link on the Console, so hopefully others won’t run into the same issue as you did. We appreciate your help!
Any ideas, I know that error 404 is because there is no Latitude and longitude found but i used the ESPWifiLocation library https://github.com/gmag11/ESPWifiLocation and it works just fine.