public class GraphPathFinder extends Object
Constructor and Description |
---|
GraphPathFinder(Router router) |
Modifier and Type | Method and Description |
---|---|
List<GraphPath> |
getPaths(RoutingRequest options)
Repeatedly build shortest path trees, retaining the best path to the destination after each try.
|
List<GraphPath> |
graphPathFinderEntryPoint(RoutingRequest request) |
public GraphPathFinder(Router router)
public List<GraphPath> getPaths(RoutingRequest options)
public List<GraphPath> graphPathFinderEntryPoint(RoutingRequest request)
Copyright © 2018. All rights reserved.