我需要计算一组起点和终点之间的距离,例如 Bing Map Distance Matrix API,但在我的情况下是使用 Azure Map API。这是可能的?
问问题
2479 次
2 回答
0
您必须手动将每个起点与每个目的地配对。可以使用 Azure Maps路由 API获取起点和终点之间的距离。
于 2018-06-06T17:49:48.480 回答
0
Azure Maps 平台有一个名为 Route Matrix 的距离矩阵服务:https ://docs.microsoft.com/en-us/rest/api/maps/route/postroutematrixpreview
于 2019-03-04T21:16:13.257 回答