About
How it Works:
- The user enters two locations, points A and B.
- The locations are converted from addresses to coordinates using a geocoder.
- The coordinates are passed to a router, which determines the optimal route to take.
- Route length (meters) and time by car (seconds) are converted to the user's units of measurement, taking into account the chosen mode of transport.
- Voila! The route and data is displayed to the user.