public abstract class TrafficData extends Object
Describes the traffic data for a stretch of road.
Nested Class Summary
| class | TrafficData.Builder | Builder for
TrafficData. |
|
| class | TrafficData.SpeedReadingInterval | Describes the traffic conditions for a segment
of the polyline path in the containing
TrafficData. |
|
Public Constructor Summary
Public Method Summary
| static TrafficData.Builder |
builder()
|
| abstract List<LatLng> |
getPath()
Polyline representing the path for this stretch of data.
|
| abstract List<TrafficData.SpeedReadingInterval> | |
| abstract TrafficData.Builder | |
| final String |
toString()
|
Inherited Method Summary
Public Constructors
public TrafficData ()
Public Methods
public static TrafficData.Builder builder ()
public abstract List<LatLng> getPath ()
Polyline representing the path for this stretch of data.