-
- All Implemented Interfaces:
-
android.os.Parcelable
public final class EdgeEstimationInternal implements Parcelable
This structure provides travel duration estimation for vehicle to pass the edge
-
-
Field Summary
Fields Modifier and Type Field Description private final Float
duration
private final Byte
trafficLevel
-
Constructor Summary
Constructors Constructor Description EdgeEstimationInternal(Float duration, Byte trafficLevel)
-
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 -
-
Method Detail
-
getDuration
final Float getDuration()
Travel duration estimation for vehicle to pass the edge, in seconds
-
getTrafficLevel
final Byte getTrafficLevel()
Traffic flow level of the edge
-
-
-
-