This application simulates navigation function on Google Map. It allows users to use different routing algorithm to find route between start position and goal position. It also can visualize the process of routing.
How to run:
Run MapApp.java file in application package.
How to use:
- Choose the map file or creat one by finding a region and fetching data.
- Click Show Intersections button.
- Choose two markers as start position and Goal
- You can choose different routing algorithms or visualize the process.
UCSD MOOC development team implemented front-end of application.