| Package | Description |
|---|---|
| com.graphhopper.routing.weighting |
| 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 |
GenericWeighting
Calculates the best route according to a configurable weighting.
|
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.
|
Copyright © 2012–2018. All rights reserved.