| Package | Description |
|---|---|
| com.graphhopper | |
| com.graphhopper.routing | |
| com.graphhopper.util | |
| com.graphhopper.util.details |
| Modifier and Type | Method and Description |
|---|---|
Map<String,List<PathDetail>> |
PathWrapper.getPathDetails() |
| Modifier and Type | Method and Description |
|---|---|
void |
PathWrapper.addPathDetails(Map<String,List<PathDetail>> details)
Adds the given PathDetails to the existing ones.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,List<PathDetail>> |
Path.calcDetails(List<String> requestedPathDetails,
PathDetailsBuilderFactory pathBuilderFactory,
int previousIndex)
Calculates the PathDetails for this Path.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
PathMerger.merge(List<PathDetail> pathDetails,
List<PathDetail> otherDetails)
Merges
otherDetails into the pathDetails. |
static void |
PathMerger.merge(List<PathDetail> pathDetails,
List<PathDetail> otherDetails)
Merges
otherDetails into the pathDetails. |
| Modifier and Type | Method and Description |
|---|---|
Map.Entry<String,List<PathDetail>> |
PathDetailsBuilder.build() |
Map.Entry<String,List<PathDetail>> |
AbstractPathDetailsBuilder.build() |
Copyright © 2012–2018. All rights reserved.