有什么方法可以显示 HERE MAPS ROUTING v8 中动作的位置坐标吗?
Is there any way to show position coordinates on actions in HERE MAPS ROUTING v8?
我正在切换到新的 ROUTING API v8,我发现它不再 returns 在动作中的位置坐标。以下是在 V7 中 return 编辑坐标的方式。
{"position":{
"latitude":43.3362329,
"longitude":-2.4982456
},
"instruction":"Diríjase a <span class=\"toward_street\">Barrio Iturreta</span> por <span class=\"street\">Barrio Urrutia</span> <span class=\"number\">(BI-2405)</span>. <span class=\"distance-description\">Siga durante <span class=\"length\">633 m</span>.</span>",
"travelTime":57,
"length":633,
"firstPoint":0,
"lastPoint":20,
}`
我想知道是否有任何方法可以让 V8 API 到 return 那些位置,或者该功能是否已从服务中删除。
非常感谢您!
事实上,“位置”已从 API 的 v8 响应中删除。
此处解释如下:
https://developer.here.com/documentation/routing-api/8.20.0/migration_guide/index.html
它提到的“职位”在哪里:
Not supported. This can be found by the offset of the action in the
polyline
我正在切换到新的 ROUTING API v8,我发现它不再 returns 在动作中的位置坐标。以下是在 V7 中 return 编辑坐标的方式。
{"position":{
"latitude":43.3362329,
"longitude":-2.4982456
},
"instruction":"Diríjase a <span class=\"toward_street\">Barrio Iturreta</span> por <span class=\"street\">Barrio Urrutia</span> <span class=\"number\">(BI-2405)</span>. <span class=\"distance-description\">Siga durante <span class=\"length\">633 m</span>.</span>",
"travelTime":57,
"length":633,
"firstPoint":0,
"lastPoint":20,
}`
我想知道是否有任何方法可以让 V8 API 到 return 那些位置,或者该功能是否已从服务中删除。
非常感谢您!
事实上,“位置”已从 API 的 v8 响应中删除。
此处解释如下: https://developer.here.com/documentation/routing-api/8.20.0/migration_guide/index.html
它提到的“职位”在哪里:
Not supported. This can be found by the offset of the action in the polyline