简体   繁体   中英

Find Timezone using GPS coordinate (Latitude and Longitude) in C#.net

I have to find out local time zone from GPS coordinate (Lat and Long) in C#.net. However I have searched around it and got solution by using Google map api. I don't want to use Google api to find time zone using GPS coordinate.

Is there any other way to find time zone using GPS coordinate in C#.net?

Please suggest me any solution for it.

A coordinate is unambiguously in a single country, but a single country can have multiple timezones so even a country-level precision will not help you. How exactly do you imagine mapping the coordinates to a country and/or timezone without an external service, Google or not? I don't suppose you want to build your own Google Maps just to avoid using Google Maps (or Bing maps or whatever?

In any case, check if this question with its answer helps you to avoid using Google.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM