This program displays a user interface for seeing the route from origin to destination including the EV stations in between
This code was run using PyCharm Community Edition. A Google Maps API is required for implementation.
The following libraries are used in the program. These libraries may need to be imported during initial set up.
- tkinter
- tkintermapview
- geopy
- requests
- json
- urllib
- polyline
- gmplot
This code is used to find an optimal travelling salesman problem using google maps road distances.
This code was run using PyCharm Community Edition. A Google Maps API is required for implementation.