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