An open API service indexing awesome lists of open source software.

https://github.com/martishin/shortest-path-on-map

Desktop application that allows you to find and visualize the shortest path between two points on a map
https://github.com/martishin/shortest-path-on-map

gis gmapsfx javafx-desktop-apps kotlin shortest-path-algorithm

Last synced: 8 months ago
JSON representation

Desktop application that allows you to find and visualize the shortest path between two points on a map

Awesome Lists containing this project

README

          

# Shortest Path on Map

Desktop application that allows you to find and visualize the shortest path between two points on a map.
Implemented with Kotlin, JavaFX and GMapsFX.

Available algorithms:
* BFS
* Dijkstra
* A*

Run locally: `./gradlew run `