How do maps apps (Waze, Google maps, etc) actually calculate best routes and time for distance travelled? Is it all from tracking?

392 views

How do maps apps (Waze, Google maps, etc) actually calculate best routes and time for distance travelled? Is it all from tracking?

In: 22

6 Answers

Anonymous 0 Comments

There is a kind of math called graph theory. It deals with how points are connected to their neighbors. There’s ways to figure out the optimal steps between points. These ways let you assign weights to different steps in the path. This way, it’s fairly easy to calculate the fastest (or shortest) way to get from A to B.

You are viewing 1 out of 6 answers, click here to view all answers.