gpt4 book ai didi

java - 以编程方式使用 Bing map API 获取行驶距离

转载 作者:行者123 更新时间:2023-12-01 13:34:57 25 4
gpt4 key购买 nike

我一直在使用 Bing API,它工作得很好,并且可以很好地输出纬度和经度

            // However I need the driving distance . . . I thought it should be  result.getDrivingDistance (
System.out.println(result.getDrivingDistance); // There is no such a command
// What should I do to get the distance from the response ?

有什么办法可以获取行驶距离吗?我一直在阅读文档,但无法找到实现此目的的方法?

最佳答案

路线 API。 Routes API 用于计算行车路线。路线 API 允许您通过驾驶、步行或基于交通的算法获得路线距离计算、路线几何形状和逐步指示。您还可以传入路线上最多 25 个点,以便在单个请求中计算多站路线。

示例:

http://dev.virtualearth.net/REST/v1/Routes?waypoint.1=waypoint1&waypoint.2=waypoint2&distanceUnit=mi&o=json&c=en-GB&key=key

查看 Microsoft 文档:

http://msdn.microsoft.com/en-us/library/ff701717.aspx用 Java 很容易做到这一点。

关于java - 以编程方式使用 Bing map API 获取行驶距离,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21357073/

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