Uses of Class
com.graphhopper.routing.weighting.AbstractWeighting
Packages that use AbstractWeighting
-
Uses of AbstractWeighting in com.graphhopper.routing.weighting
Subclasses of AbstractWeighting in com.graphhopper.routing.weightingModifier and TypeClassDescriptionclass
Calculates the fastest route with the specified vehicle (VehicleEncoder). -
Uses of AbstractWeighting in com.graphhopper.routing.weighting.custom
Subclasses of AbstractWeighting in com.graphhopper.routing.weighting.customModifier and TypeClassDescriptionfinal class
The CustomWeighting allows adjusting the edge weights relative to those we'd obtain for a given base flag encoder.