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.Parameters
CustomModelParser.createWeightingParameters
(CustomModel customModel, EncodedValueLookup lookup) This method compiles a new subclass of CustomWeightingHelper composed from 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)