Class RouteMatrixElement.Types.LocalizedValues
Text representations of certain properties.
Implements
Namespace: Google.Maps.Routing.V2
Assembly: Google.Maps.Routing.V2.dll
Syntax
public sealed class RouteMatrixElement.Types.LocalizedValues : IMessage<RouteMatrixElement.Types.LocalizedValues>, IEquatable<RouteMatrixElement.Types.LocalizedValues>, IDeepCloneable<RouteMatrixElement.Types.LocalizedValues>, IBufferMessage, IMessage
Constructors
LocalizedValues()
Declaration
public LocalizedValues()
LocalizedValues(LocalizedValues)
Declaration
public LocalizedValues(RouteMatrixElement.Types.LocalizedValues other)
Parameters
Type | Name | Description |
---|---|---|
RouteMatrixElement.Types.LocalizedValues | 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 taking traffic conditions into consideration. Note: If traffic information was not requested, this value is the same value as static_duration.
Declaration
public LocalizedText Duration { get; set; }
Property Value
Type | Description |
---|---|
LocalizedText |
StaticDuration
Duration represented in text form without taking traffic conditions into consideration.
Declaration
public LocalizedText StaticDuration { get; set; }
Property Value
Type | Description |
---|---|
LocalizedText |
TransitFare
Transit fare represented in text form.
Declaration
public LocalizedText TransitFare { get; set; }
Property Value
Type | Description |
---|---|
LocalizedText |