Google Time Zone AutoFill Feature and API

I need an api like autocomplete of places, but with the time zone of the place in the answer. I could use Apoc Autocomplete Places to get the link to the place from the answer, than the Place Details API to get the longitude and latitude, and finally the Google Time Zone API to get the time zone of the place. Can I do this with a single HTTP call?

+5
source share
1 answer

If you just need the current UTC offset so that you can determine what time it is at that location, you will usually find it in the results of the Details API. From the documentation :

utc_offset , UTC. , , , 660 (+11 UTC), -480 (-8 UTC).

, , , API- .

IANA/Olson , API , .

, .

0

All Articles