Skip to content

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

Notifications You must be signed in to change notification settings

HameedMulani/Distance-Matrix-Routing-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published