我想知道CLLocationCoordinate2D
的当前时间。
例如,我在东海岸的一个城市,应该知道在加利福尼亚的一个偏远地区几点钟了。我有CLLocationCoordinate2D。 CLLocation
和CLPlacemark
都不给我NSLocale
或NSTimeZone
。有没有不使用第三方服务的方法?
最佳答案
查看这个GitHub项目:https://github.com/Alterplay/APTimeZones。
它有助于NSTimeZone和CLLocation。
关于ios - 从CLLocationCoordinates2D获取NSTimeZone,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/14915540/