【发布时间】:2015-08-06 18:12:34
【问题描述】:
如何将 CLLocation 获取的坐标发送到 Parse 并将其保存为 PFGeoPoint 的纬度和经度?
我能够从 CLLocation 获取坐标,并且我想将其发送到 Parse。在 Parse 中,我有一个名为“coordinates”的列,类型为 PFGeoPoint,它有两个字段。现在我想将从 CLLocation 获得的坐标保存到 Parse Column 坐标。 谁能帮我解决这个问题? 我是 iOS 和 Parse 的新手。
【问题讨论】:
标签: ios parse-platform coordinates cllocation parse-framework