Uses of Class
com.graphhopper.util.details.PathDetail
Packages that use PathDetail
-
Uses of PathDetail in com.graphhopper
Fields in com.graphhopper with type parameters of type PathDetailMethods in com.graphhopper that return types with arguments of type PathDetailMethod parameters in com.graphhopper with type arguments of type PathDetailModifier and TypeMethodDescriptionvoidResponsePath.addPathDetails(Map<String, List<PathDetail>> details) Adds the given PathDetails to the existing ones.Constructor parameters in com.graphhopper with type arguments of type PathDetailModifierConstructorDescriptionWalkLeg(String departureLocation, Date departureTime, org.locationtech.jts.geom.Geometry geometry, double distance, InstructionList instructions, Map<String, List<PathDetail>> details, Date arrivalTime) -
Uses of PathDetail in com.graphhopper.jackson
Methods in com.graphhopper.jackson that return PathDetailModifier and TypeMethodDescriptionPathDetailDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser jp, com.fasterxml.jackson.databind.DeserializationContext ctxt) Methods in com.graphhopper.jackson with parameters of type PathDetailModifier and TypeMethodDescriptionvoidPathDetailSerializer.serialize(PathDetail value, com.fasterxml.jackson.core.JsonGenerator gen, com.fasterxml.jackson.databind.SerializerProvider serializers)