-
- All Implemented Interfaces:
-
android.os.Parcelable
public final class TrafficFlowInfo implements Parcelable
Information of traffic flow
-
-
Field Summary
Fields Modifier and Type Field Description private final Integer
estimatedTime
-
Constructor Summary
Constructors Constructor Description TrafficFlowInfo(Integer estimatedTime)
-
Method Summary
Modifier and Type Method Description final Integer
getEstimatedTime()
The estimated passing time, unit: second. -
-
Constructor Detail
-
TrafficFlowInfo
TrafficFlowInfo(Integer estimatedTime)
-
-
Method Detail
-
getEstimatedTime
final Integer getEstimatedTime()
The estimated passing time, unit: second.
-
-
-
-