Uses of Class
com.graphhopper.util.details.IntersectionValues
Packages that use IntersectionValues
-
Uses of IntersectionValues in com.graphhopper.util.details
Methods in com.graphhopper.util.details that return types with arguments of type IntersectionValuesModifier and TypeMethodDescriptionstatic List<IntersectionValues>
IntersectionValues.createList
(Map<String, Object> intersectionMap) create a List of IntersectionValues from a PathDetailMethod parameters in com.graphhopper.util.details with type arguments of type IntersectionValuesModifier and TypeMethodDescriptionIntersectionValues.createIntersection
(List<IntersectionValues> list) create a PathDetail from a List of IntersectionValues