Traffic Patterns - “normal arrival time” and “expected delay

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
OliverK
Posts: 2
Joined: Fri Oct 09, 2015 4:43 am

Traffic Patterns - “normal arrival time” and “expected delay

Post by OliverK »

Hi,
we want to use the traffic patterns with our route calculation.
Is ist possible to get the “normal arrival time” ( time without traffic patterns) if the traffic patterns are acitve?
Or do I have to calculate the route two times - with and without traffic patterns to get the delay compared to the standard route calculation?
Thanks Oli
Joost
Posts: 309
Joined: Fri Apr 25, 2014 1:46 pm

Re: Traffic Patterns - “normal arrival time” and “expected d

Post by Joost »

yes, this is possible if you use calculateRoute or calculateExtendedRoute.

You need to request for the dynamicinfo by enabling it in the ResultListOptions. In the response you get on the route object then a dynamicinfo object which contains the information you are looking for.

Api doc about dymanicInfo:
http://xserver.ptvgroup.com/fileadmin/f ... ynamicInfo
Joost Claessen
Senior Technical Consultant
PTV Benelux
OliverK
Posts: 2
Joined: Fri Oct 09, 2015 4:43 am

Re: Traffic Patterns - “normal arrival time” and “expected d

Post by OliverK »

Thanks !
Post Reply