gpt4 book ai didi

iphone - 查找当前位置和指定位置之间的道路距离

转载 作者:行者123 更新时间:2023-11-28 17:36:42 25 4
gpt4 key购买 nike

我想计算当前位置和其他位置之间的道路距离。我使用哪个(XML/JSON Google 方向或任何其他)API(如果有)或执行此操作的正确方法是什么?

在我尝试以下操作之前。但我想要路途距离

谢谢。

CLLocation *location1 = [[CLLocation alloc] initWithLatitude:lat1 longitude:long1];

CLLocation *location2 = [[CLLocation alloc] initWithLatitude:lat2 longitude:long2];

NSLog(@"Distance in meters: %f", [location1 getDistanceFrom:location2]);

最佳答案

Use google direction Json api您必须提供初始位置详细信息和最终位置。在 json 的腿数组中,您将获得距离字典,其中包含两个位置之间的距离。

关于iphone - 查找当前位置和指定位置之间的道路距离,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9629733/

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