Show / Hide Table of Contents

Class RouteLegStepTransitDetails.Types.TransitDetailsLocalizedValues

Localized descriptions of values for RouteTransitDetails.

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

Constructors

TransitDetailsLocalizedValues()

Declaration
public TransitDetailsLocalizedValues()

TransitDetailsLocalizedValues(TransitDetailsLocalizedValues)

Declaration
public TransitDetailsLocalizedValues(RouteLegStepTransitDetails.Types.TransitDetailsLocalizedValues other)
Parameters
Type Name Description
RouteLegStepTransitDetails.Types.TransitDetailsLocalizedValues other

Properties

ArrivalTime

Time in its formatted text representation with a corresponding time zone.

Declaration
public LocalizedTime ArrivalTime { get; set; }
Property Value
Type Description
LocalizedTime

DepartureTime

Time in its formatted text representation with a corresponding time zone.

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