Uses of Class
com.graphhopper.util.InstructionList
Packages that use InstructionList
-
Uses of InstructionList in com.graphhopper
Fields in com.graphhopper declared as InstructionListMethods in com.graphhopper that return InstructionListMethods in com.graphhopper with parameters of type InstructionListModifier and TypeMethodDescriptionvoidResponsePath.setInstructions(InstructionList instructions) Constructors in com.graphhopper with parameters of type InstructionListModifierConstructorDescriptionWalkLeg(String departureLocation, Date departureTime, org.locationtech.jts.geom.Geometry geometry, double distance, InstructionList instructions, Map<String, List<PathDetail>> details, Date arrivalTime) -
Uses of InstructionList in com.graphhopper.jackson
Methods in com.graphhopper.jackson with parameters of type InstructionListModifier and TypeMethodDescriptionvoidInstructionListSerializer.serialize(InstructionList instructions, com.fasterxml.jackson.core.JsonGenerator jsonGenerator, com.fasterxml.jackson.databind.SerializerProvider serializerProvider)