Class ConsumableTrafficPolyline
Traffic density along a Vehicle's path.
Implements
Namespace: Google.Maps.FleetEngine.V1
Assembly: Google.Maps.FleetEngine.V1.dll
Syntax
public sealed class ConsumableTrafficPolyline : IMessage<ConsumableTrafficPolyline>, IEquatable<ConsumableTrafficPolyline>, IDeepCloneable<ConsumableTrafficPolyline>, IBufferMessage, IMessage
Constructors
ConsumableTrafficPolyline()
Declaration
public ConsumableTrafficPolyline()
ConsumableTrafficPolyline(ConsumableTrafficPolyline)
Declaration
public ConsumableTrafficPolyline(ConsumableTrafficPolyline other)
Parameters
Type | Name | Description |
---|---|---|
ConsumableTrafficPolyline | other |
Properties
EncodedPathToWaypoint
The path the driver is taking from the previous waypoint to the current
waypoint. This path has landmarks in it so clients can show traffic markers
along the path (see speed_reading_interval
). Decoding is not yet
supported.
Declaration
public string EncodedPathToWaypoint { get; set; }
Property Value
Type | Description |
---|---|
string |
SpeedReadingInterval
Traffic speed along the path from the previous waypoint to the current waypoint.
Declaration
public RepeatedField<SpeedReadingInterval> SpeedReadingInterval { get; }
Property Value
Type | Description |
---|---|
RepeatedField<SpeedReadingInterval> |