| Package | Description |
|---|---|
| com.graphhopper |
| Modifier and Type | Field and Description |
|---|---|
Map<String,List<PathDetail>> |
Trip.WalkLeg.details |
| Modifier and Type | Method and Description |
|---|---|
Map<String,List<PathDetail>> |
ResponsePath.getPathDetails() |
| Modifier and Type | Method and Description |
|---|---|
void |
ResponsePath.addPathDetails(Map<String,List<PathDetail>> details)
Adds the given PathDetails to the existing ones.
|
static void |
ResponsePath.merge(List<PathDetail> pathDetails,
List<PathDetail> otherDetails)
Merges
otherDetails into the pathDetails. |
static void |
ResponsePath.merge(List<PathDetail> pathDetails,
List<PathDetail> otherDetails)
Merges
otherDetails into the pathDetails. |
| Constructor and Description |
|---|
WalkLeg(String departureLocation,
Date departureTime,
org.locationtech.jts.geom.Geometry geometry,
double distance,
InstructionList instructions,
Map<String,List<PathDetail>> details,
Date arrivalTime) |
Copyright © 2012–2020. All rights reserved.