| Package | Description |
|---|---|
| com.graphhopper | |
| com.graphhopper.jackson |
| 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.
|
| 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) |
| Modifier and Type | Method and Description |
|---|---|
PathDetail |
PathDetailDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser jp,
com.fasterxml.jackson.databind.DeserializationContext ctxt) |
| Modifier and Type | Method and Description |
|---|---|
void |
PathDetailSerializer.serialize(PathDetail value,
com.fasterxml.jackson.core.JsonGenerator gen,
com.fasterxml.jackson.databind.SerializerProvider serializers) |
Copyright © 2012–2023. All rights reserved.