gpt4 book ai didi

swift - 快速将纬度和经度转换为 PFGeoPoint

转载 作者:行者123 更新时间:2023-11-30 10:12:11 25 4
gpt4 key购买 nike

在 Objective-C 中,我们可以使用 geoPointWithLatitude 将纬度和经度转换为 PFGeoPoint。但我找不到任何方法可以快速做到这一点。

提前致谢。

最佳答案

使用此代码。可能会对你有帮助。

var descLocation: PFGeoPoint = PFGeoPoint()

descLocation.latitude = coord.latitude
descLocation.longitude = coord.longitude

关于swift - 快速将纬度和经度转换为 PFGeoPoint,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32350204/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com