Class RouteLegStepTransitDetails.Types.TransitStopDetails
Details about the transit stops for the RouteLegStep
.
Implements
Namespace: Google.Maps.Routing.V2
Assembly: Google.Maps.Routing.V2.dll
Syntax
public sealed class RouteLegStepTransitDetails.Types.TransitStopDetails : IMessage<RouteLegStepTransitDetails.Types.TransitStopDetails>, IEquatable<RouteLegStepTransitDetails.Types.TransitStopDetails>, IDeepCloneable<RouteLegStepTransitDetails.Types.TransitStopDetails>, IBufferMessage, IMessage
Constructors
TransitStopDetails()
Declaration
public TransitStopDetails()
TransitStopDetails(TransitStopDetails)
Declaration
public TransitStopDetails(RouteLegStepTransitDetails.Types.TransitStopDetails other)
Parameters
Type | Name | Description |
---|---|---|
RouteLegStepTransitDetails.Types.TransitStopDetails | other |
Properties
ArrivalStop
Information about the arrival stop for the step.
Declaration
public TransitStop ArrivalStop { get; set; }
Property Value
Type | Description |
---|---|
TransitStop |
ArrivalTime
The estimated time of arrival for the step.
Declaration
public Timestamp ArrivalTime { get; set; }
Property Value
Type | Description |
---|---|
Timestamp |
DepartureStop
Information about the departure stop for the step.
Declaration
public TransitStop DepartureStop { get; set; }
Property Value
Type | Description |
---|---|
TransitStop |
DepartureTime
The estimated time of departure for the step.
Declaration
public Timestamp DepartureTime { get; set; }
Property Value
Type | Description |
---|---|
Timestamp |