I'm using GMS place picker in my iOS application. It works fine. It picks the correct location but how can I get the timezone for the selected location?
Asked
Active
Viewed 220 times
0

Glenn Posadas
- 12,555
- 6
- 54
- 95

Faris Muhammed
- 970
- 13
- 17
-
https://stackoverflow.com/questions/45372506/how-to-get-the-timezone-of-a-location-in-ios-app – Glenn Posadas Oct 26 '17 at 06:46
-
Do you have latitude & longitude for the selected location? – Imad Ali Oct 26 '17 at 06:50
-
@Glenn The provided link shows Timezone of the device's current location, but I want the Timezone of a location which is selected through GMS placepicker. – Faris Muhammed Oct 26 '17 at 06:50
-
@ImadAli yes, I have the latitude & longitude of the selected location. – Faris Muhammed Oct 26 '17 at 07:41
-
1check [this](https://stackoverflow.com/a/30528649/1025063) answer. – Imad Ali Oct 26 '17 at 07:42
-
Thanks for the help. You saved my day. – Faris Muhammed Oct 26 '17 at 12:58