Skip to content
/ MapApp Public

A desktop application for visualizing various route search algorithms on top of the Google Maps platform.

License

Notifications You must be signed in to change notification settings

MirYeh/MapApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MapApp

A desktop application for visualizing various route search algorithms on top of the Google Maps platform.

The application implements Breadth-First, Dijkstra and A* search algorithms and allows to visualize the search in order to see the different approach each search takes.

Main Features

  • Plan route from start point to goal
  • Fetch real-world intersections of your desired area
  • Visualize search to see which nodes were visited during search

Getting Started

  1. Download or clone repository.
  2. Add your generated Google Maps API Key to index.html:
<script src="https://maps.googleapis.com/maps/api/js?key=INSERT_KEY_HERE&callback=initMap"></script>
  1. Build the project with Apache Maven:
mvn package
  1. Start planning your route!

Map App Demo

About

A desktop application for visualizing various route search algorithms on top of the Google Maps platform.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages