Class RouteLegStep.Types.RouteLegStepLocalizedValues
Text representations of certain properties.
Implements
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 |