Package | Description |
---|---|
com.graphhopper.routing |
Modifier and Type | Method and Description |
---|---|
List<AlternativeRoute.AlternativeInfo> |
AlternativeRoute.calcAlternatives(int from,
int to)
This method calculates best paths (alternatives) between 'from' and 'to', where maxPaths-1
alternatives are searched and they are only accepted if they are not too similar but close to
the best path.
|
List<AlternativeRoute.AlternativeInfo> |
AlternativeRoute.AlternativeBidirSearch.calcAlternatives(Path bestPath,
int maxPaths,
double maxWeightFactor,
double weightInfluence,
double maxShareFactor,
double shareInfluence,
double minPlateauFactor,
double plateauInfluence) |
Copyright © 2012–2020. All rights reserved.