xRoute calculate route missing some tolls information

This forum deals with any kind of routing computation whether it is simple A:B-routing, calculation of isochrones, simple matrix computation or nearest search.
Post Reply
Dobos Ionut
Posts: 25
Joined: Tue Dec 03, 2019 11:27 am

xRoute calculate route missing some tolls information

Post by Dobos Ionut »

Hello,

We are using the calculate route experimental endpoint and we are receiving the following infromation about tolls:

Code: Select all

toll: {
  summary: {
    costs: [
      0: {
        $type: "Cost"
        amount: 85.9242418068138
        currency: "EUR"
      }]
    }
  }
In the request we have the following configuration:

Code: Select all

'toll': {
    'enabled': true,
    'costs': {
        'enabled': true,
        'additionalPaymentMethods': true,
        'attributes': true,
    },
    'systems': true,
}
As per the documentation I expected a Toll type object with an array of TollCostInfo.
https://xserver2-dashboard.cloud.ptvgro ... route.Toll
Is there something we are missing? Any help would be appreciated.

John
User avatar
Bernd Welter
Site Admin
Posts: 2564
Joined: Mon Apr 14, 2014 10:28 am
Contact:

Re: xRoute calculate route missing some tolls information

Post by Bernd Welter »

Hello John,

the Toll calculation in xRoute2 requires 2 ingredients:
- the updated engine
- complete data

The later one is also in DEV progress and as long as this data is not complete the engine won't return detailed toll. We expect the missing toll data to be available early 2020.

Best regards,
Bernd
Bernd Welter
Technical Partner Manager Developer Components
PTV Logistics - Germany

Bernd at... The Forum,LinkedIn, Youtube, StackOverflow
I like the smell of PTV Developer in the morning... :twisted:
Dobos Ionut
Posts: 25
Joined: Tue Dec 03, 2019 11:27 am

Re: xRoute calculate route missing some tolls information

Post by Dobos Ionut »

Hello Bernd,

Is there any way we can get some already implemented points with tolls so we could test our work?
We are also in development mode, implementing a B2B delivery solution together with Nordstar Logistik.
As our deadlines are also coming to a reach it would be really helpful to have some example waypoints where toll data is available so we can finish this chapter of development and move forward.

John
User avatar
Bernd Welter
Site Admin
Posts: 2564
Joined: Mon Apr 14, 2014 10:28 am
Contact:

Re: xRoute calculate route missing some tolls information

Post by Bernd Welter »

Hello John,

Very good idea! I forward this topic to Lars who is already in touch with you.

Beste regards
Bernd
Bernd Welter
Technical Partner Manager Developer Components
PTV Logistics - Germany

Bernd at... The Forum,LinkedIn, Youtube, StackOverflow
I like the smell of PTV Developer in the morning... :twisted:
User avatar
Bernd Welter
Site Admin
Posts: 2564
Joined: Mon Apr 14, 2014 10:28 am
Contact:

Re: xRoute calculate route missing some tolls information

Post by Bernd Welter »

Hi,
news about the roadmap? check them here...
Bernd
Bernd Welter
Technical Partner Manager Developer Components
PTV Logistics - Germany

Bernd at... The Forum,LinkedIn, Youtube, StackOverflow
I like the smell of PTV Developer in the morning... :twisted:
Post Reply