Uses of Interface
com.graphhopper.routing.weighting.custom.CustomWeighting.MaxCalc
Packages that use CustomWeighting.MaxCalc
-
Uses of CustomWeighting.MaxCalc in com.graphhopper.routing.weighting.custom
Methods in com.graphhopper.routing.weighting.custom that return CustomWeighting.MaxCalcModifier and TypeMethodDescriptionCustomWeighting.Parameters.getMaxPrioCalc()
CustomWeighting.Parameters.getMaxSpeedCalc()
Constructors in com.graphhopper.routing.weighting.custom with parameters of type CustomWeighting.MaxCalcModifierConstructorDescriptionParameters
(CustomWeighting.EdgeToDoubleMapping edgeToSpeedMapping, CustomWeighting.MaxCalc maxSpeedCalc, CustomWeighting.EdgeToDoubleMapping edgeToPriorityMapping, CustomWeighting.MaxCalc maxPrioCalc, double distanceInfluence, double headingPenaltySeconds)