gpt4 book ai didi

ios - 将CLLocationCoordinate2D转换为PFGeoPoint吗?

转载 作者:行者123 更新时间:2023-12-01 17:50:51 24 4
gpt4 key购买 nike

我使用CLLocationCoordinate2D获取用户的当前位置,然后将其用于Parse的nearGeoPoint。

我知道我可以简单地使用geoPointForCurrentLocationInBackground,但是我宁愿使用CLLocationCoordinate2D进行检索。

最佳答案

您可以使用PFGeoPoint类的geoPointWithLatitude:longitude:初始化程序。为其指定CLLocationCoordinate2D的纬度和经度值,即可获得PFGeoPoint。

例如

PFGeoPoint *geoPoint = [PFGeoPoint geoPointWithLatitude:coordinate.latitude longitude:coordinate.longitude];

关于ios - 将CLLocationCoordinate2D转换为PFGeoPoint吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31915377/

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