| Package | Description |
|---|---|
| com.graphhopper | |
| com.graphhopper.jackson |
| Modifier and Type | Field and Description |
|---|---|
InstructionList |
Trip.WalkLeg.instructions |
| Modifier and Type | Method and Description |
|---|---|
InstructionList |
ResponsePath.getInstructions() |
| Modifier and Type | Method and Description |
|---|---|
void |
ResponsePath.setInstructions(InstructionList instructions) |
| 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 |
|---|---|
void |
InstructionListSerializer.serialize(InstructionList instructions,
com.fasterxml.jackson.core.JsonGenerator jsonGenerator,
com.fasterxml.jackson.databind.SerializerProvider serializerProvider) |
Copyright © 2012–2023. All rights reserved.