-
- 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 Long
requestTime
private final Long
responseTime
-
Constructor Summary
Constructors Constructor Description AlongRouteTrafficAdditionalInfo(Long requestTime, Long responseTime)
-
Method Summary
Modifier and Type Method Description final Long
getRequestTime()
Unix timestamp in seconds when the traffic data was requested. final Long
getResponseTime()
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.
-
-
-
-