Проблема:
* Названия дорог даны от начала координат до первой путевой точки.Пока ожидается, что названия дорог даны от места происхождения до места назначения.
Параметры запроса, которые я использую:
routeRequestParams = {
mode: 'fastest;truck',
representation: 'display',
routeattributes : 'waypoints,summary,shape,legs,summaryByCountry',
maneuverattributes: 'direction,action,roadName,roadNumber',
country:'USA',
waypoint0: "47.60358,-122.32945", //origin waypoint
waypoint1: "42.4065,-113.3798", //when a middle waypoint is added, road names are given till this waypoint and not the destination
waypoint2: "42.2821,-83.74847", //destination waypoint
};
Параметры можно найти здесь:
https://developer.here.com/documentation/routing/topics/resource-calculate-route.html