Show / Hide Table of Contents

Class RouteLegStepTravelAdvisory

Contains the additional information that the user should be informed about, such as possible traffic zone restrictions on a leg step.

Inheritance
object
RouteLegStepTravelAdvisory
Implements
IMessage<RouteLegStepTravelAdvisory>
IEquatable<RouteLegStepTravelAdvisory>
IDeepCloneable<RouteLegStepTravelAdvisory>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Maps.Routing.V2
Assembly: Google.Maps.Routing.V2.dll
Syntax
public sealed class RouteLegStepTravelAdvisory : IMessage<RouteLegStepTravelAdvisory>, IEquatable<RouteLegStepTravelAdvisory>, IDeepCloneable<RouteLegStepTravelAdvisory>, IBufferMessage, IMessage

Constructors

RouteLegStepTravelAdvisory()

Declaration
public RouteLegStepTravelAdvisory()

RouteLegStepTravelAdvisory(RouteLegStepTravelAdvisory)

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

Properties

SpeedReadingIntervals

NOTE: This field is not currently populated.

Declaration
public RepeatedField<SpeedReadingInterval> SpeedReadingIntervals { get; }
Property Value
Type Description
RepeatedField<SpeedReadingInterval>
In this article
Back to top Generated by DocFX