Enum Class RoadEnvironment

java.lang.Object
java.lang.Enum<RoadEnvironment>
com.graphhopper.routing.ev.RoadEnvironment
All Implemented Interfaces:
Serializable, Comparable<RoadEnvironment>, Constable

public enum RoadEnvironment extends Enum<RoadEnvironment>
This enum the road environment of an edge. Currently road, ferry, tunnel, ford, bridge. All edges that do not fit get "other" as value.