Package 

Class EdgeEstimationInternal

  • All Implemented Interfaces:
    android.os.Parcelable

    
    public final class EdgeEstimationInternal
     implements Parcelable
                        

    This structure provides travel duration estimation for vehicle to pass the edge

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final Float getDuration() Travel duration estimation for vehicle to pass the edge, in seconds
      final Byte getTrafficLevel() Traffic flow level of the edge
      • Methods inherited from class android.os.Parcelable

        describeContents, writeToParcel
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • EdgeEstimationInternal

        EdgeEstimationInternal(Float duration, Byte trafficLevel)
    • Method Detail

      • getDuration

         final Float getDuration()

        Travel duration estimation for vehicle to pass the edge, in seconds