Page 1 of 1

Toll as truck but not as a car

Posted: Thu Aug 03, 2017 8:20 am
by nemec
Hello !

see attachement.....

i have a double Calculation for driving as a bus
1)Driving as a truck
2)Driving as a car
the route is Wien(Vienna)->Innsbruck->Bludenz->Neapel(Napoli)

i use the same parameters for both calculation....except type (CAR,TRU)
i get the toll for the truck....for A,D,LIE,CH,I
i get no toll for the car except a very cheap toll in Italy
i get no toll for car in A, CH (Vignette)

i have the following configuration for calculating the toll
CountryInfoVehicleOptions CountryInfoVehicleOptions = new CountryInfoVehicleOptions();
CountryInfoVehicleOptions.setAllEuro(true);
CountryInfoVehicleOptions.setDetailedTollCosts(true);
CountryInfoVehicleOptions.setCalculatePartTollCosts(true);
CountryInfoVehicleOptions.setNamedToll(true);
CountryInfoVehicleOptions.setTollTotals(true);


now my question : is there a missing configuration (Configuration file) , a mistake in the Java-Code....

Thanks in advance....
regards
Andreas Nemec

Re: Toll as truck but not as a car

Posted: Thu Aug 03, 2017 2:36 pm
by LNM_PTV
Hallo!

If you do a truck Routing on that route, the corresponding toll data are considered.
For a car routing, for example in Germany or in Austraia, a vignette has to be bought.
A vignette fee is dependent on the validity period.
For different validity periods different amounts of money has to be paid.
That is why we only have the information in our data, that there has to be bought a vignette and not the amount of money that has to be paid.

Best regards,
Lars Moritz

Re: Toll as truck but not as a car

Posted: Thu Aug 03, 2017 2:49 pm
by nemec
ok i understand the special thing with the vignettes.
but there are 2 open things :
- the toll through 'Arlbergtunnel' between Innsbruck and bludenz
- the toll in the italien autobahn from border of CH to napoli

i got from Como(Border CH/I) to Napoli a toll of EUR 62,45 , on my picture is shown EUR 4,26

http://www.autostrade.it/autostrade-gis ... zaClassi=A

Re: Toll as truck but not as a car

Posted: Wed Sep 19, 2018 8:25 am
by Bernd Welter
Hello Andreas,

just found this orphaned post about toll. Is this a topic where I can help?

Tunnels with SPECIALCHARGE are part of our data of course.

Best regards,
Bernd