Show / Hide Table of Contents

Class ConsumableTrafficPolyline

Traffic density along a Vehicle's path.

Inheritance
object
ConsumableTrafficPolyline
Implements
IMessage<ConsumableTrafficPolyline>
IEquatable<ConsumableTrafficPolyline>
IDeepCloneable<ConsumableTrafficPolyline>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
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>
In this article
Back to top Generated by DocFX