我的数据库中有一些gps数据的地址。现在我想在我的iOS应用程序中使用它们,以查找这些地址中的哪些地址距离手机位置30公里。 我怎样才能做到这一点?
答案 0 :(得分:0)
我找到了答案。 您可以将CLLocation Framework与此功能一起使用。 https://developer.apple.com/library/ios/#documentation/CoreLocation/Reference/CLLocation_Class/CLLocation/CLLocation.html#//apple_ref/occ/instm/CLLocation/distanceFromLocation:
你也可以用MySQL做到这一点。 有关更多信息,请查看此页面。 http://www.scribd.com/doc/2569355/Geo-Distance-Search-with-MySQL