Show / Hide Table of Contents

Class VisualTrafficReportPolylineRendering

Describes how clients should color one portion of the polyline along the route.

Inheritance
object
VisualTrafficReportPolylineRendering
Implements
IMessage<VisualTrafficReportPolylineRendering>
IEquatable<VisualTrafficReportPolylineRendering>
IDeepCloneable<VisualTrafficReportPolylineRendering>
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 VisualTrafficReportPolylineRendering : IMessage<VisualTrafficReportPolylineRendering>, IEquatable<VisualTrafficReportPolylineRendering>, IDeepCloneable<VisualTrafficReportPolylineRendering>, IBufferMessage, IMessage

Constructors

VisualTrafficReportPolylineRendering()

Declaration
public VisualTrafficReportPolylineRendering()

VisualTrafficReportPolylineRendering(VisualTrafficReportPolylineRendering)

Declaration
public VisualTrafficReportPolylineRendering(VisualTrafficReportPolylineRendering other)
Parameters
Type Name Description
VisualTrafficReportPolylineRendering other

Properties

RoadStretch

Optional. Road stretches that should be rendered along the polyline. Stretches are guaranteed to not overlap, and do not necessarily span the full route.

In the absence of a road stretch to style, the client should apply the default for the route.

Declaration
public RepeatedField<VisualTrafficReportPolylineRendering.Types.RoadStretch> RoadStretch { get; }
Property Value
Type Description
RepeatedField<VisualTrafficReportPolylineRendering.Types.RoadStretch>
In this article
Back to top Generated by DocFX