Questions tagged [here-routing]

30 questions
0
votes
1 answer

Is it possible to return normal polyline rather than flexible-polyline from here api routes endpoint?

flexible-polyline algorithm provided here (https://github.com/heremaps/flexible-polyline) is not working properly on ios webview. I am wondering if there is a way to receive regular polyline via here routes api?
stackbee
  • 1
  • 1
0
votes
1 answer

How to find geometry/shape of a Here Maps Link Id

I have a list of Here Maps link Ids. I want to get their geometries. I tried calling v7 calculateroute REST API, passing a single link_id in waypoint0 and waypoint1 as…
Rishav Raj
  • 11
  • 1
0
votes
1 answer

MapGesture.OnGestureListener to let user select route they want

UPDATE BELOW!! I'm trying to let the user decide which of the 3 routes provided, they want to take. Here is the screenshot of the routes. I am using the HERE SDK FOR ANDROID (PREMIUM EDITION) 3.18.5 Here is my code for adding the routes to the…
0
votes
1 answer

What should be passed in the timingCompatibility variable of the findsequence2 API?

I'm trying to use this API : https://wps.hereapi.com/v8/findsequence2 (documentation here https://developer.here.com/documentation/routing-waypoints/api-reference.html) This variable : timingCompatibility (string) is proposed but undocumented. What…
0
votes
1 answer

Return value of hereAPI router in metres?

We're currently investigating in the HERE Routing API v8 but can't really determine what the actual result consists of when units is set to metric. Example result: "summary": { "duration": 1670, "length": 12865, "baseDuration":…
0
votes
1 answer

Using Here Technologies' REST-API with String adresses

I need to optimize a List of Adresses from my Database using Here Technologies. The JSON data I am working with looks like this: Replaced some names and IDs to ensure the Data savety of my client. "kunde": [ { "kundenId": ///, …
moboldi
  • 51
  • 1
  • 8
0
votes
1 answer

HERE - Error 403 with regionDefinition type circle

I'm migrating from version 7 to version 8 to submit a matrix for calculation. I receive this error when I post to https://matrix.router.hereapi.com/v8/matrix?apiKey=MY_API_KEY&async=false : { "title": "insufficient permissions", "status":…
0
votes
1 answer

Route matching in Japan

I have geo points in Japan, which I want to route match Feeding this GeoJSON into https://tcs.ext.here.com/examples/v3/rme_basic { "type": "FeatureCollection", "features":[ { "type":"Feature", "geometry":{ …
gerald
  • 11
  • 1
0
votes
1 answer

Here Maps Routing API CountrySummary Difference v7 / v8

I am currently using the Routing v7 API and want to migrate to v8. For my usecase I require a by country separated list of legs as in V7 of the routing API. Is there a method how I can get the query summary response divided by country as in…
OGi
  • 113
  • 1
  • 7
0
votes
3 answers

Routing with avoid area and geofence / polygon

I want to avoid specific streets when using the routing API. I have data points to create a geofence or polygon to represent those specific streets. The router API accepts only up to 20 bounding boxes. I tried to send 20 avoid area bounding boxes to…
gerald
  • 11
  • 1
0
votes
1 answer

Here API RouteMatch - Processing more than 150 waypoints in single request

We are trying to process more than 150 waypoints in single request using HERE API routematch and it is failing due to size of the waypoints that is getting passed at single time with error 414. Is there way we can handle waypoints more than 150 in a…
0
votes
1 answer

HERE-sdk.aar missing the RoutingEngine class

I'm trying to use the HERE SDK FOR ANDROID (PREMIUM EDITION) SDK version 3.18.3 for routing/directions. I am using this method to get a route. I can not get the RoutingEngine class to import from the HERE-sdk.aar I did doublecheck the file,…
0
votes
1 answer

How many way points can I pass in the URL? Can I pass more than 100 way points?

I've been using HERE api to calculate the roughness profiles of the route. I need to pass more than 100 waypoints to get the IRI index. Is it possible to pass n number of waypoints or is there certain limit to it?
-1
votes
1 answer

what is local time for the here api routing calculations

when you set departureTime param for your isoline calculations, the departure time is the local time, but which local time ? The local time of the location departure point, the local time of my web server location ? Is it possible to be more…
-1
votes
2 answers

Getting speed limit Advanced Datasets API(aka PDE) is not working well

https://knowledge.here.com/csm_kb?id=public_kb_csm_details&number=KB0017817 I've referenced this doc for getting the speed limit but it's not working well in a specific location. I'm not sure if I'm doing right. For latitude: 34.9531064, longitude:…
1
2