Package | Description |
---|---|
com.graphhopper.routing.weighting | |
com.graphhopper.routing.weighting.custom |
Modifier and Type | Class and Description |
---|---|
class |
CurvatureWeighting
This Class uses bendiness parameter to prefer curvy routes.
|
class |
FastestWeighting
Calculates the fastest route with the specified vehicle (VehicleEncoder).
|
class |
PriorityWeighting
Special weighting for (motor)bike
|
class |
ShortestWeighting
Calculates the shortest route - independent of a vehicle as the calculation is based on the
distance only.
|
class |
ShortFastestWeighting
Calculates the fastest route with distance influence controlled by a new parameter.
|
Modifier and Type | Class and Description |
---|---|
class |
CustomWeighting
The CustomWeighting allows adjusting the edge weights relative to those we'd obtain for a given base flag encoder.
|
Copyright © 2012–2020. All rights reserved.