Interface LowMobilities
public interface LowMobilities
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.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final LowMobility
Driving condition is low mobility.static final LowMobility
Driving condition is not low mobility.
-
Field Details
-
LOW_MOBILITY
Driving condition is low mobility. -
NOT_LOW_MOBILITY
Driving condition is not low mobility.
-