Application to find the shortest path using A-star Algorithm.
School Project
This app requires source 9 and target 9. So, you'll need to install JDK1.9.
- Clone the repository.
- Open the project using your favorite IDE.
- Don't forget to install JDK1.9 and install json-simple.jar.
- After did several project setup on your PC, you'll need to inject your Google API key into
location.html
file. - Open the application, choose file by clicking
File tab > Choose File
. - You can choose one of test file which contains list of places structured in GeoJSON format.
- Select the origin and destination place.
- Click
Get Direction
to perform the function. - Finally, you can see the route from your chosen origin place to destination place.