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 Classes
    Modifier and Type
    Interface
    Description
    static 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

    Modifier and Type
    Method
    Description
    int
     

    Methods inherited from interface scala.Equals

    canEqual, equals

    Methods inherited from interface scala.Product

    productArity, productElement, productIterator, productPrefix
  • Method Details

    • value

      int value()