This project is a simple tool for calculating and displaying the optimal route between multiple locations using Google Maps API. It allows users to input multiple addresses, and it automatically calculates the most efficient driving route between them.
Features
- Input multiple addresses (start, waypoints, and destination).
- Automatically calculates the optimal route using Google Maps Directions API.
- Displays the calculated route on a Google Map using DirectionsRenderer.
- Supports adding waypoints between the start and destination.
How to Use
- Open the app in your browser.
- Enter your start address, waypoint addresses, and destination address into the input field.
- Click “Clean the address” to reset the addresses.
- The map will automatically update with the most optimal route based on the provided addresses.