需要 API 来计算点之间的时间

Need API for calculate time between points

我在这里搜索 API 可以计算点之间的距离/时间。

或者用我发现的API解决问题

下一个API的问题: - 舰队远程信息处理 Waypoints 序列:

https://developer.here.com/documentation/routing-waypoints/topics/quick-start-simple-car.html

几次请求后出现异常:

{'results': None,
 'errors': ['Daily limit of 10 requests has been reached'],
 'processingTimeDesc': None,
 'responseCode': '429',
 'warnings': None,
 'requestId': None}

因此,请求数量为每天 10 个。 但是一般在我的计划中每月250K Transactions,我不明白。

怎么可能改,因为我用这个API来计算点之间的时间,10个请求是不够的。

或者也许有另一种不同的方法来解决这个问题?

请查看 (13) 使用限制下的交易计数 here 有关计费的更多问题可以发送至 selfservesupport@here.com

另一种可能是直接使用路由服务:

https://developer.here.com/documentation/routing/topics/request-a-simple-route.html