Show / Hide Table of Contents

Class RouteLegStep.Types.RouteLegStepLocalizedValues

Text representations of certain properties.

Inheritance
object
RouteLegStep.Types.RouteLegStepLocalizedValues
Implements
IMessage<RouteLegStep.Types.RouteLegStepLocalizedValues>
IEquatable<RouteLegStep.Types.RouteLegStepLocalizedValues>
IDeepCloneable<RouteLegStep.Types.RouteLegStepLocalizedValues>
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 RouteLegStep.Types.RouteLegStepLocalizedValues : IMessage<RouteLegStep.Types.RouteLegStepLocalizedValues>, IEquatable<RouteLegStep.Types.RouteLegStepLocalizedValues>, IDeepCloneable<RouteLegStep.Types.RouteLegStepLocalizedValues>, IBufferMessage, IMessage

Constructors

RouteLegStepLocalizedValues()

Declaration
public RouteLegStepLocalizedValues()

RouteLegStepLocalizedValues(RouteLegStepLocalizedValues)

Declaration
public RouteLegStepLocalizedValues(RouteLegStep.Types.RouteLegStepLocalizedValues other)
Parameters
Type Name Description
RouteLegStep.Types.RouteLegStepLocalizedValues other

Properties

Distance

Travel distance represented in text form.

Declaration
public LocalizedText Distance { get; set; }
Property Value
Type Description
LocalizedText

StaticDuration

Duration without taking traffic conditions into consideration, represented in text form.

Declaration
public LocalizedText StaticDuration { get; set; }
Property Value
Type Description
LocalizedText
In this article
Back to top Generated by DocFX