| Package | Description |
|---|---|
| com.graphhopper | |
| com.graphhopper.util | |
| com.graphhopper.util.details |
| Modifier and Type | Method and Description |
|---|---|
PathDetailsBuilderFactory |
GraphHopper.getPathDetailsBuilderFactory() |
| Modifier and Type | Method and Description |
|---|---|
GraphHopper |
GraphHopper.setPathDetailsBuilderFactory(PathDetailsBuilderFactory pathBuilderFactory) |
| Modifier and Type | Method and Description |
|---|---|
PathMerger |
PathMerger.setPathDetailsBuilders(PathDetailsBuilderFactory pathBuilderFactory,
List<String> requestedPathDetails) |
| Modifier and Type | Method and Description |
|---|---|
static Map<String,List<PathDetail>> |
PathDetailsFromEdges.calcDetails(Path path,
EncodedValueLookup evLookup,
Weighting weighting,
List<String> requestedPathDetails,
PathDetailsBuilderFactory pathBuilderFactory,
int previousIndex)
Calculates the PathDetails for a Path.
|
Copyright © 2012–2020. All rights reserved.