Class SpeedReadingInterval
Traffic density indicator on a contiguous segment of a path. Given a path with points P_0, P_1, ... , P_N (zero-based index), the SpeedReadingInterval defines an interval and describes its traffic using the following categories.
Implements
Namespace: Google.Maps.FleetEngine.V1
Assembly: Google.Maps.FleetEngine.V1.dll
Syntax
public sealed class SpeedReadingInterval : IMessage<SpeedReadingInterval>, IEquatable<SpeedReadingInterval>, IDeepCloneable<SpeedReadingInterval>, IBufferMessage, IMessage
Constructors
SpeedReadingInterval()
Declaration
public SpeedReadingInterval()
SpeedReadingInterval(SpeedReadingInterval)
Declaration
public SpeedReadingInterval(SpeedReadingInterval other)
Parameters
Type | Name | Description |
---|---|---|
SpeedReadingInterval | other |
Properties
EndPolylinePointIndex
The ending index of this interval in the path. In JSON, when the index is 0, the field will appear to be unpopulated.
Declaration
public int EndPolylinePointIndex { get; set; }
Property Value
Type | Description |
---|---|
int |
Speed
Traffic speed in this interval.
Declaration
public SpeedReadingInterval.Types.Speed Speed { get; set; }
Property Value
Type | Description |
---|---|
SpeedReadingInterval.Types.Speed |
StartPolylinePointIndex
The starting index of this interval in the path. In JSON, when the index is 0, the field will appear to be unpopulated.
Declaration
public int StartPolylinePointIndex { get; set; }
Property Value
Type | Description |
---|---|
int |