-
- All Implemented Interfaces:
-
android.os.Parcelable
public final class AlongRouteTrafficAdditionalInfo implements Parcelable
This struct provides along route traffic additional information
-
-
Field Summary
Fields Modifier and Type Field Description private final LongrequestTimeprivate final LongresponseTime
-
Constructor Summary
Constructors Constructor Description AlongRouteTrafficAdditionalInfo(Long requestTime, Long responseTime)
-
Method Summary
Modifier and Type Method Description final LonggetRequestTime()Unix timestamp in seconds when the traffic data was requested. final LonggetResponseTime()Unix timestamp in seconds when the traffic data was responded. -
-
Method Detail
-
getRequestTime
final Long getRequestTime()
Unix timestamp in seconds when the traffic data was requested.
-
getResponseTime
final Long getResponseTime()
Unix timestamp in seconds when the traffic data was responded.
-
-
-
-