Interface SpeedLimitSource
- All Superinterfaces:
scala.Equals
,scala.Product
,Serializable
,scala.Serializable
- All Known Implementing Classes:
SpeedLimitSource.Derived$
,SpeedLimitSource.Posted$
,SpeedLimitSource.Unrecognized
public interface SpeedLimitSource
extends scala.Product, scala.Serializable
The source for how the speed limit was collected.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic class
Speed Limit is based on administrative regulations.static class
Speed Limit is based on a posted speed limit sign, speed limit information painted on the road, or data obtained from official sources.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()
-