Questions tagged [google-api-timezone]

The Google Time Zone API provides a simple interface to request the time zone for a location on the earth, as well as that location's time offset from UTC.

The Google Time Zone API provides a simple interface to request the time zone for a location on the earth, as well as that location's time offset from UTC.

3 questions
5
votes
1 answer

How do I restrict my Google Maps Time Zone API key to an Android application?

Is it possible to restrict the Time Zone API key to Android Apps? Google Maps Android API and Google Places API keys can be restricted to certain Androids Apps by defining the package name and SHA-1 hash. This works without problem for the Maps and…
1
vote
1 answer

Google TimeZone API getting wrong results

I am trying to get local time based on latitude and longitude from Google TimeZone API. I'm using RestSharp to obtain my data. Here's my code: public class GoogleTimeZone { public double dstOffset { get; set; } public double rawOffset {…
B.K.
  • 9,418
  • 9
  • 64
  • 98
0
votes
1 answer

Map an address to a Windows Timezone

I am looking into mapping a location such as an adress to a Windows TimeZone format. For instance if the address contains the Copenhagen city, then the service should map it to (UTC+01:00) Brussels, Copenhagen, Madrid, Paris. If the address contains…
Oliver Nilsen
  • 722
  • 1
  • 7
  • 22