Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 1.68 KB

README.md

File metadata and controls

39 lines (25 loc) · 1.68 KB

Distance-Matrix-Routing-app

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

TomTom Map SDK

for Web, to show us the best route for us as the delivery driver, to drop off all deliveries based on time, taking:

  1. The route into account
  2. The traffic on the roads into account.
  3. The traffic incidents on the roads into account

Screenshot (428)


Screenshot (429)


Screenshot (430)



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).

Available Scripts

To install all the packages:

npm i

In the project directory, you can run:

npm start

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.