| Package | Description |
|---|---|
| com.graphhopper.util.details |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractPathDetailsBuilder
Builds a PathDetail list, from values and intervals of a Path.
|
class |
AverageSpeedDetails
Calculate the average speed segments for a Path
|
class |
DistanceDetails |
class |
EdgeIdDetails
Calculate the Edge Id segments of a Path
|
class |
StreetNameDetails
Calculate the speed name segments of a Path
|
class |
TimeDetails
Calculate the time segments for a Path
|
| Modifier and Type | Method and Description |
|---|---|
List<PathDetailsBuilder> |
PathDetailsBuilderFactory.createPathDetailsBuilders(List<String> requestedPathDetails,
FlagEncoder encoder,
Weighting weighting) |
| Constructor and Description |
|---|
PathDetailsFromEdges(List<PathDetailsBuilder> calculators,
int previousIndex) |
Copyright © 2012–2018. All rights reserved.