What it does
Clicking anywhere on the map puts down a marker on Google Maps. Pressing the "Calcuate route" button draws a route that goes through all those markers
How I built it
Used Java Swing and Jxbrowser to display google maps, and actions are done through running Javascript on a HTML file.
Challenges I ran into
Learning Javascript and learning how to use the Google Maps API in only two days was tough. The project also does not currently work when built as a .jar file; it only works in the IDE.
Accomplishments that I'm proud of
Managed to actually put down markers and draw a route through them. Markers can be cleared and removed one by one
Built With
- google-maps
- java
- jxbrowser
Log in or sign up for Devpost to join the conversation.