Interface LowMobility
- All Superinterfaces:
scala.Equals
,scala.Product
,Serializable
,scala.Serializable
- All Known Implementing Classes:
LowMobility.NotLowMobility$
,LowMobility.Unrecognized
public interface LowMobility
extends scala.Product, scala.Serializable
Low Mobility identifies roads where traversal requires a very low speed due to such driving conditions which prohibits high speed (e.g. Low speed roads, unpaved roads). City or municipality neighborhood roads may fit these parameters. Roads with Low Mobility can be displayed differently from other Functional Class 5 roads and low speed category roads. Low Mobility may be used in route calculation to avoid low speed roads.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic class
Driving condition is not low mobility.static class
Unrecognized value.static class
-
Method Summary
Methods inherited from interface scala.Equals
canEqual, equals
Methods inherited from interface scala.Product
productArity, productElement, productIterator, productPrefix
-
Method Details
-
value
int value()
-