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.
我正在尝试使用 PhotoKit 从用户的照片库中提取位置信息。麻烦的是,所有 CLLocation 对象的水平精度为 0...
无论是 PHAssetCollection.approximateLocation.horizontalAccuracy 还是 PHAsset.location.horizontalAccuracy 都没有区别。
这些信息在我的用例中很重要,而且我知道在某些情况下准确度绝对是可怕的(误差半径超过 500 米)。
任何见解表示赞赏!