Topic: direction and transit time

I am looking at FindDirectionExample.cs right now.
But it only can print line from current position and desitination.
Is that possible to print line from custom position to another custom position and show transit time?

Thanks

Re: direction and transit time

Hello.

Yes, you need to find a route from / to the locations that you want.

To find the total duration of the route, sum the duration of steps:

int totalTimeSec = steps.Sum(s => s.duration);
Kind Regards,
Infinity Code Team.

Boost your productivity a lot and immediately using Ultimate Editor Enhancer. Trial and non-commerce versions available.