Package | Description |
---|---|
com.graphhopper |
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 . |
Copyright © 2012–2020. All rights reserved.