getRoutingServicecalculateRoute参数的问题

问题描述

我正在寻找HereMaps作为我们公司的可能地图提供者,并且在退回paramscalculateRoute方面遇到困难。我正在尝试获取要从端点返回的路线说明,但是在尝试执行时却失败了。我目前正在传递...

var routingParameters = {
    routingMode: 'fast',transportMode: 'truck',// The start point of the route:
    origin: position.coords.latitude + ',' + position.coords.longitude,// The end point of the route:
    destination: '50.672770,-120.375370',return: 'polyline',};

这似乎可行,但是当我尝试执行return: 'polyline,actions,instructions',以获取指令信息时,路由请求失败。我在文档中注意到这些功能可用,但似乎不适用于我的情况。我的猜测是这可能是由于目前处于免费版本。任何帮助表示赞赏。

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)

相关问答

错误1:Request method ‘DELETE‘ not supported 错误还原:...
错误1:启动docker镜像时报错:Error response from daemon:...
错误1:private field ‘xxx‘ is never assigned 按Alt...
报错如下,通过源不能下载,最后警告pip需升级版本 Requirem...