gmag11 / WifiLocation

Google GeoLocation API wrapper for Arduino MKR1000, ESP8266 and ESP32
MIT License
212 stars 48 forks source link

Download Location Data For Offline Use #20

Closed damienwolf07 closed 2 years ago

damienwolf07 commented 3 years ago

Download location data up to 1 mile*, When the ESP32/ESP8266 reconnects to WiFi in a different spot, The ESP will delete the previous download and redownload the updated data for a different area, Also having the option to connect to any open WiFi network** to download data when available.

Keep me updated on the results!

*User configurable, Minimum is .01 miles, Maximum is 1.00, Default is 1.00 (In code it would be 01 min, 10 max, 05=0.05 mi) **User can also still use their own secure networks

This would need to be tested for full functionality.

gmag11 commented 2 years ago

Hi. You cannot download any offline data from Google as it is not exposed neither the location calculation algorithm is public. What you expect is not a use case for this library.