Skip to content

Google Maps API Web App

This project is designed to create a custom map route that will find the most downhill route, avoiding as much uphill travel as possible. The custom routes are decided by inputting the desired starting and ending addresses within the given range. The idea is to calculate a route that will provide the best cruising experience while getting the user to the requested destination.

APIs Used: Google - Maps JavaScript, Maps Elevation, and Geocoding

Enter Data:

You can either manually type the address in this format: 123 N Something St.

OR

You can click the position on the map, copy the coordinates in the pop up window, then paste them into Start/End boxes.

Click "Enter" to compute the route, if no error messages are received, click "Map Route" to display the route on the map.