public class EarliestArrivalSearch extends Object
Modifier and Type | Field and Description |
---|---|
int |
maxDuration |
Constructor and Description |
---|
EarliestArrivalSearch() |
Modifier and Type | Method and Description |
---|---|
ShortestPathTree |
getShortestPathTree(RoutingRequest req) |
ShortestPathTree |
getShortestPathTree(RoutingRequest req,
double timeoutSeconds) |
ShortestPathTree |
getShortestPathTree(RoutingRequest options,
double relTimeout,
SearchTerminationStrategy terminationStrategy) |
public ShortestPathTree getShortestPathTree(RoutingRequest req)
public ShortestPathTree getShortestPathTree(RoutingRequest req, double timeoutSeconds)
public ShortestPathTree getShortestPathTree(RoutingRequest options, double relTimeout, SearchTerminationStrategy terminationStrategy)
Copyright © 2019. All rights reserved.