Have you ever wanted to build a delivery app that will calculate the shortest distance from each drop off spot?
Now, for those of you who have never heard the word Matrix Routing before, it is what we will be using to optimise our multiple deliveries by travel time.
Using
for Web, to show us the best route for us as the delivery driver, to drop off all deliveries based on time, taking:
- The route into account
- The traffic on the roads into account.
- The traffic incidents on the roads into account
The final route is calculated using the “Routing API” which by default will do a “car” route. But it can do way more than that. It can calculate the routes for motorcycles, vans, trucks or pedestrians! As you can image, the results will vary.
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
To install all the packages:
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.