adriangibbons / php-fit-file-analysis

A PHP class for analysing FIT files created by Garmin GPS devices
MIT License
123 stars 49 forks source link

Google Geocoding API: Error #70

Open sergiocfv opened 1 year ago

sergiocfv commented 1 year ago

Why this error appear?

adriangibbons commented 1 year ago

I assume you are looking at one of the examples? They are very old. If you want to use the Google Geocoding API, you probably need to replace the API_KEY with one you have created for yourself. https://developers.google.com/maps/documentation/geocoding/overview

sergiocfv commented 1 year ago

Thanks. Yes I've look the example. Is possible use it without Google API Key?

adriangibbons commented 1 year ago

In mountain-biking.php you could replace the API key with your own, or delete/comment out the offending lines of code: image

image