Questions tagged [here-tourplanning]
13 questions
2
votes
1 answer
HERE: 403 These credentials do not authorize access
I'm trying to call https://tourplanning.hereapi.com/v2/problems API end-point. For this reason I'm obtaining Oauth2 token as it was described in this guide. I'm able to obtain a token, however, when using with the end-point above I'm getting 403:…

Muammar
- 31
- 1
- 3
1
vote
1 answer
HERE Tour Planning API Task on multiple day
I have a jobs that have to pickup some item on day 1 and have to deliver it on day 2.
my fleet have two shift from from 9:00 to 18:00 from both job.
if I insert only pickup, here return the response, but if i insert both pickup and delivery job or…

Luca Nitti
- 67
- 8
0
votes
1 answer
Tour Planning (Shift Full Utilization)
I am using the Tour Planning API to route multiple trucks to deliver many orders.
The problem I am trying to solve currently is fully utilizing all of the trucks.
Let's say we have 100 deliveries to make and 7 trucks. I want the API to attempt to…

Joseph Taylor
- 29
- 2
0
votes
1 answer
HERE Tour Planning Issue REACHABLE_CONSTRAINT - Location unreachable. Is there a way to add a tolerance?
I want to optimize a tour on https://tourplanning.hereapi.com/v3/problems (https://developer.here.com/documentation/tour-planning/3.8.0/api-reference-swagger.html). Now I have a job with a geolocation that cannot be navigated to. I get the error…

Sebastian N.
- 11
- 1
0
votes
1 answer
HERE Tour Planning - Specifiy truck limitations
I understand that we can define truck limitations such as weight limit, weight per axle, height and within the truck profile (inside the problem).
However, I was not able to find any example. Here is what i tried:
"profiles": [
{
"type":…

456q
- 107
- 11
0
votes
1 answer
HERE tour planning api problem with multiple delivery in single job
We are implementing route optimization for a fleet management system, there we have a case like that in a single Job we have 1 pickup and 10 delivery point. so for this solution we are using VRP Multi-jobs.
It's working fine until 3 delivery points…

Maruf Ahamed
- 11
- 1
- 3
0
votes
1 answer
Here tour planning problem with time window costraint
i'm creating a demo to optimize some pickup and delivery job.
My dataset have different shipment that require that have a pickup and a delivery. Usually the delivery is one day later then pickup (but could be more)
For the demo, every shipment have…

Luca Nitti
- 67
- 8
0
votes
1 answer
HERE Tour planning use vehicles multiples times
I am working my way into the Here Tour and have already done some planning. However, I am now dealing with a problem where more is to be transported than the vehicles can carry.
Problem
I want to transport 100 units to 10 points. I only have one…

user19776768
- 1
- 1
0
votes
1 answer
HERE Tour planning more then seven shifts
I'm just exploring the potential of here API and i noticed that shifts array can hold a maximum of seven element.
But if i have the same vehicle that works for one month what i have to do?
Create one vehicle type for every week? Or create just one…

Luca Nitti
- 67
- 8
0
votes
1 answer
How to display an optimzed Route (Waypoint Sequence) in a Map? Here Technologies
I am using Here Technologies to optimize Routes in an Angular Application. After optimizing I'd like to display the new Route. Is there a way to display a route on a map in the Angular Application?

moboldi
- 51
- 1
- 8
0
votes
1 answer
here.com API about time windows and future visits
I'm looking at the documentation of here.com API and I'm unable to find answer to this.
Is it possible to have tours planned in such a way that the tour can span more days?
For example I have meeting already planned in a given place two days from…

Fabrizio Regini
- 1,500
- 13
- 26
0
votes
1 answer
HERE maps Fleet Optimization shift times
I am sending a request to the "tour plan" calculation that determines routes for multiple bus stops and buses as described here: https://developer.here.com/documentation/tour-planning/2.1.0/dev_guide/topics/concepts/problem.html. Depending on the…

Rob
- 126
- 9
-1
votes
1 answer
Here Tour Planning API, facing issue on multiple pickup and multiple delivery on same shift
I am working with a fleet management system. I have a scenario that driver have to go multiple places to pickup and deliver the pickup product in multiple delivery location.
Here i have a scenario like that,
Order 1 - Pickup (P1 time range 10:00AM…

Maruf Ahamed
- 11
- 1
- 3