-
- All Implemented Interfaces:
-
android.os.Parcelable
public final class RoadSegmentTrafficDebugId implements Parcelable
Composite identifier for traffic debug info operations.
-
-
Field Summary
Fields Modifier and Type Field Description private final EdgeIdedgeIdprivate final LongtrafficTileId
-
Constructor Summary
Constructors Constructor Description RoadSegmentTrafficDebugId(EdgeId edgeId, Long trafficTileId)
-
Method Summary
Modifier and Type Method Description final EdgeIdgetEdgeId()final LonggetTrafficTileId()Traffic tile identifier containing this road segment.
-