Show / Hide Table of Contents

Class RouteLeg.Types.RouteLegLocalizedValues

Text representations of certain properties.

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

Constructors

RouteLegLocalizedValues()

Declaration
public RouteLegLocalizedValues()

RouteLegLocalizedValues(RouteLegLocalizedValues)

Declaration
public RouteLegLocalizedValues(RouteLeg.Types.RouteLegLocalizedValues other)
Parameters
Type Name Description
RouteLeg.Types.RouteLegLocalizedValues other

Properties

Distance

Travel distance represented in text form.

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

Duration

Duration, represented in text form and localized to the region of the query. Takes traffic conditions into consideration. Note: If you did not request traffic information, this value is the same value as static_duration.

Declaration
public LocalizedText Duration { 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