Search found 4 matches

by Pete
Thu May 04, 2023 5:08 am
Forum: PTV xRouteServer / DEV.Routing API
Topic: Calculated toll distance greater than total distance
Replies: 5
Views: 31851

Re: Calculated toll distance greater than total distance

Here is an example of a case where we had duplicate toll secions:

DE-21129 Hamburg, Am Ballinkai 1 - N 53.5085 E 9.9284

to

DE-91275 Auerbach - N 49.6949 E 11.6191

we had 114 toll sections, with two duplicates:

Trockau - Bayreuth-Süd 16000m
Rudolphstein - Bad Lobenstein 4600m

I hope this is ...
by Pete
Thu Apr 27, 2023 6:18 am
Forum: PTV xRouteServer / DEV.Routing API
Topic: Calculated toll distance greater than total distance
Replies: 5
Views: 31851

Calculated toll distance greater than total distance

When calculating a route just inside of Germany (to keep things simple) we need to know the total toll distance for the route.

We do this by look at the " toll.sections " collection and add up the " officialDistance " property for all sections.

Over time we noticed that the sum of the toll ...
by Pete
Mon Feb 01, 2021 2:59 pm
Forum: PTV xRouteServer / DEV.Routing API
Topic: calculateRoute vs. startCalculateRoute
Replies: 4
Views: 4882

Re: calculateRoute vs. startCalculateRoute

Hi Bernd, thank you for your reply.

In your PS you mentioned

> part of the licensing statement's fair usage policy

I can not find these online, can you point me to the limits of API usage, e.g. requests per second?

I know this may depend on the kind of license we will use, but I like to know ...
by Pete
Tue Jan 26, 2021 2:50 pm
Forum: PTV xRouteServer / DEV.Routing API
Topic: calculateRoute vs. startCalculateRoute
Replies: 4
Views: 4882

calculateRoute vs. startCalculateRoute

Hi,

I just started evaluating xServer 2 API, my tests just calculate a simple route between point A and B.

I am using the provided C# client code.

I first used the slightly easier synchronous calculateRoute method, a single http request is used to get the response.

I then started using ...