在iphone上获取两个位置之间的距离

时间:2009-07-16 05:45:40

标签: iphone

我正在尝试使用以下代码计算保持位置初始值的statringpoint与newlocation之间的距离,但我的距离为null。任何人都可以帮我解决这个问题

CLLocationDistance distance = [newLocation getDistanceFrom:startingPoint];

1 个答案:

答案 0 :(得分:0)

您的代码应该有效。也许 startingPoint nil