Questions tagged [here-routing]
30 questions
2
votes
1 answer
OpenAPI specification File of HERE Routing API v8 (8.27.0) not valid
I tried to use the OpenAPI Service Ref in Visual Studio 2019 to import the HERE Routing API Specification file into my Solution. But this didn't work. (obscure error code -1) As I tried to figure it out, I used a couple of other API tools, and found…

micieb
- 21
- 1
1
vote
0 answers
Why is Here Routing API v8's response Polyline size 4 times larger than API v7's (deprecated)?
I recently switched from the Here Routing API v7 to the v8 version, and after struggling to change all of the javascript code since it differs so much from the previous version, I discovered that the v8 version returns a Flexibe Polyline that is 4…

tinocoam
- 108
- 1
- 6
1
vote
1 answer
How can I find the middle of a HERE Routing API route?
by doing a GET-Request, I am receiving routing informations from the HERE Routing…

user2792089
- 59
- 5
1
vote
1 answer
HERE Maps Routing: HTTP 429 Too many requests error
I have a python web app which uses the HERE Maps Routing API (V8) to get approx. 10-20 routes in one go. Periodically, I get a HTTP 429 response saying "Too Many Requests: Rate limit for this service has been reached". The requests to the API are…

Tristan D
- 11
- 2
1
vote
1 answer
How can the HERE Routing API be used to avoid a specific section of road?
I'm trying to get a route that avoids a specific section of a road using Here routing API. I tried passing in a rectangle area to avoid the road like avoid[areas]=bbox:13.082,52.416,13.628,52.62. The problem is that the road I'm trying to avoid is…

shalometz
- 69
- 1
- 4
1
vote
1 answer
Unexpected token while using EnumSet
I'm using HERE MAPS SDK PREMIUM V3.18.3 and I'm trying to get truck routing with routeOptions.truckShippedHazardousGoods = RouteOptions.HazardousGoodType.COMBUSTIBLE
This gives an error stating:
Type…

Darrin Reed
- 13
- 3
0
votes
1 answer
HERE Routing API v8: How to add waypoint labels?
In v7, HERE allowed waypoints to be sent with a "userLabel" so that when you get the navigation instructions, they will say "Now arriving at Your House" rather than "Now arriving at destination".
In v8, there seems to be no way to send a "userLabel"…

James
- 445
- 1
- 6
- 19
0
votes
1 answer
HERE Maps Route Matching v8 Can't Set Preferred Route
Hi all and thanks in advance,
I am trying to use Route Matching v8 to set a road as a preferred route so that it will try and take that road when possible.
I have followed the documentation guidelines and have tried to do this using the demo suite…

CW_Tek
- 3
- 1
0
votes
1 answer
Bug: Here routing isolines API returning same polygon for all distances
For some coordinates, the Here isoline API returns the same polygon for all the time distances, regardless of the range[values] value.
The example is for Burlington GO train station, ON, Canada, and changing the coordinates a few meters causes…

gdogaru
- 510
- 6
- 24
0
votes
2 answers
HERE-Routing API - "These credentials do not authorize access"
I have signed up to the free HERE account, with billing information.
The search function works fine, and returns expected results, however the calculateroute function throws up "These credentials do not authorize access" as 403.
I have registered a…

ReverendJT
- 21
- 3
0
votes
2 answers
Turn-by-turn latitude and longitude on HERE Routing API
I want to get the latitude and longitude per instruction on the actions I get from HERE Routing API v8. I get the maneuvers from HERE Routing v7 but not on v8. I tried all the return…

Gene
- 21
- 1
- 2
0
votes
1 answer
Retrieve travel times from HERE without reoptimizing waypoint order
How would we pass in existing waypoints to get estimated arrival times WITHOUT reoptimizing the existing order of the waypoint list? This is needed when the customer requirements mean we have to uses a sub-optimal route, or when changes require…
0
votes
1 answer
How to request for new traffic information using Route Handle (Here Routing API V8)
Currently I am referring to this document (https://developer.here.com/documentation/routing-api/api-reference-swagger.html) and am able to send request to calculate Route by giving route Parameters as shown below:
// Get an instance of the routing…

H123
- 11
- 2
0
votes
1 answer
Vehicle's height or width does not work in here/com rest api v8
I am exploring here.com rest api (v8) for the truck.
My rest api to get directions is as…

kta
- 19,412
- 7
- 65
- 47
0
votes
1 answer
Here API getting speed limit got PermissionError
I am getting the permission error after calling the here…

Shing Ho Tan
- 931
- 11
- 30