Uses of Class
com.graphhopper.routing.weighting.custom.CustomWeighting.Parameters
Packages that use CustomWeighting.Parameters
-
Uses of CustomWeighting.Parameters in com.graphhopper.routing.weighting.custom
Methods in com.graphhopper.routing.weighting.custom that return CustomWeighting.ParametersModifier and TypeMethodDescriptionstatic CustomWeighting.ParametersCustomModelParser.createWeightingParameters(CustomModel customModel, EncodedValueLookup lookup) This method compiles a new subclass of CustomWeightingHelper composed of the provided CustomModel caches this and returns an instance.Constructors in com.graphhopper.routing.weighting.custom with parameters of type CustomWeighting.ParametersModifierConstructorDescriptionCustomWeighting(TurnCostProvider turnCostProvider, CustomWeighting.Parameters parameters) CustomWeighting2(TurnCostProvider turnCostProvider, CustomWeighting.Parameters parameters)