Travel Time Calculation

Has anyone found a sensibly easy way to calculate travel time from specific locations (defined somewhere in the CRM) to Adresses saved in CRM datasets (like Leads, contacts, accounts…).

Would the JJWD-module be of any use? Or would I best start from scratch using GMaps APIs?

thanks for your input!

This could help. I don’t think this is the best solution. But try your luck divide(subtract(number(timestamp($end_time_c)),number(timestamp($start_time_c))),3600)

This is not that easy. For calculating travel time or cost & plan I use different apps.

You may need to use “Direction API” of gmap.
Direction API calculates different routes with travel distance and time taken.

Yes, you also need to use “Direction API” of gmap what @ashish said.