Class OSMHikeRatingParser
java.lang.Object
com.graphhopper.routing.util.parsers.OSMHikeRatingParser
- All Implemented Interfaces:
TagParser
Parses the hiking difficulty. Where hiking corresponds to 1, mountain_hiking to 2 until 6.
- See Also:
-
- Key:sac_scale for details on OSM hiking difficulties.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
handleWayTags
(int edgeId, EdgeIntAccess edgeIntAccess, ReaderWay readerWay, IntsRef relationFlags)
-
Constructor Details
-
OSMHikeRatingParser
-
-
Method Details
-
handleWayTags
public void handleWayTags(int edgeId, EdgeIntAccess edgeIntAccess, ReaderWay readerWay, IntsRef relationFlags) - Specified by:
handleWayTags
in interfaceTagParser
-