Class VisualTrafficReportPolylineRendering.Types.RoadStretch
One road stretch that should be rendered.
Implements
Namespace: Google.Maps.FleetEngine.V1
Assembly: Google.Maps.FleetEngine.V1.dll
Syntax
public sealed class VisualTrafficReportPolylineRendering.Types.RoadStretch : IMessage<VisualTrafficReportPolylineRendering.Types.RoadStretch>, IEquatable<VisualTrafficReportPolylineRendering.Types.RoadStretch>, IDeepCloneable<VisualTrafficReportPolylineRendering.Types.RoadStretch>, IBufferMessage, IMessage
Constructors
RoadStretch()
Declaration
public RoadStretch()
RoadStretch(RoadStretch)
Declaration
public RoadStretch(VisualTrafficReportPolylineRendering.Types.RoadStretch other)
Parameters
Type | Name | Description |
---|---|---|
VisualTrafficReportPolylineRendering.Types.RoadStretch | other |
Properties
LengthMeters
Required. The length of the path where to apply the style.
Declaration
public int LengthMeters { get; set; }
Property Value
Type | Description |
---|---|
int |
OffsetMeters
Required. The style should be applied between [offset_meters, offset_meters + length_meters)
.
Declaration
public int OffsetMeters { get; set; }
Property Value
Type | Description |
---|---|
int |
Style
Required. The style to apply.
Declaration
public VisualTrafficReportPolylineRendering.Types.RoadStretch.Types.Style Style { get; set; }
Property Value
Type | Description |
---|---|
VisualTrafficReportPolylineRendering.Types.RoadStretch.Types.Style |