Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要使用 iOS 位置 API 访问 GPS 时间戳。我知道 GPS 位置结构中有一个时间戳,但我似乎无法确认这是否来自 GPS 卫星。
您无法获取原始 GPS 数据,并且in的timestamp属性是使用系统时钟设置的。这是几个测试运行CLLocationlocationManager:didUpdateLocations:
timestamp
CLLocation
locationManager:didUpdateLocations:
系统时钟正确:
16/04/2013 18:53:42 16/04/2013 18:53:42
时钟设置(在 iPhone 设置中)提前 2 小时:
16/04/2013 20:55:55 16/04/2013 20:55:56