Package | Description |
---|---|
com.graphhopper.routing |
Modifier and Type | Class and Description |
---|---|
class |
AStar
This class implements the A* algorithm according to
http://en.wikipedia.org/wiki/A*_search_algorithm
|
class |
Dijkstra
Implements a single source shortest path algorithm
http://en.wikipedia.org/wiki/Dijkstra's_algorithm
|
class |
DijkstraOneToMany
A simple dijkstra tuned to perform multiple one to many queries with the same source and different target nodes
more efficiently than
Dijkstra . |
Copyright © 2012–2020. All rights reserved.