ConsumerPolylineData

public abstract class ConsumerPolylineData extends Object

Represents a polyline.

Public Constructor Summary

Public Method Summary

abstract ImmutableList<LatLng>
getPoints()
Gets the location points included in the polyline.
abstract int
getPolylineType()
Gets the polyline type as defined by PolylineType.
abstract ImmutableList<TrafficData.SpeedReadingInterval>
getSpeedReadingIntervals()
Gets the traffic condition segments of the polyline.

Inherited Method Summary

Public Constructors

public ConsumerPolylineData ()

Public Methods

public abstract ImmutableList<LatLng> getPoints ()

Gets the location points included in the polyline.

public abstract int getPolylineType ()

Gets the polyline type as defined by PolylineType.

public abstract ImmutableList<TrafficData.SpeedReadingInterval> getSpeedReadingIntervals ()

Gets the traffic condition segments of the polyline.