Tools
Travel Time Matrix
Returns travel times and distances for every pairing of origins and destinations.
Module
Tools
where it lives
What it does
Returns travel times and distances for every pairing of origins and destinations
Takes a set of origin points and a set of destination points and returns a matrix of travel times and distances for every origin-destination pair. Suited to nearest-resource problems, coverage analysis, or any workflow that needs to compare multiple potential routes before picking one.
When you’d reach for it
- ▸Finding the closest available technician to a new job by comparing drive times.
- ▸Evaluating which warehouse can reach a job site fastest.
- ▸Scoring service coverage across a set of customer locations.
More from Tools