Package com.graphhopper.util.details
Class IntersectionValues
java.lang.Object
com.graphhopper.util.details.IntersectionValues
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate a PathDetail from a List of IntersectionValuesstatic List<IntersectionValues>
createList
(Map<String, Object> intersectionMap) create a List of IntersectionValues from a PathDetail
-
Field Details
-
bearing
public int bearing -
entry
public boolean entry -
in
public boolean in -
out
public boolean out
-
-
Constructor Details
-
IntersectionValues
public IntersectionValues()
-
-
Method Details
-
createList
create a List of IntersectionValues from a PathDetail -
createIntersection
create a PathDetail from a List of IntersectionValues
-