gmag11 / WifiLocation

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

SPEED DATE TIME ATTRIBUTES IN THIS LIBRARY #11

Closed gopalakartkikeyan closed 5 years ago

gopalakartkikeyan commented 5 years ago

Hi,

Will u please add all the attributes like lat, long,speed,altitude,date time etc in this library.

gmag11 commented 5 years ago

Google only gives latitude, longitude and accuracy. Speed and altitude requires a real GPS receiver. You can get date and time from internal ESP8266/ESP32 api. Indeed, time is synchronised before google api request do that HTTPS works correctly.

gmag11 commented 5 years ago

I close the issue. Feel free to ask more information if you like to.