Interface protos.google.maps.routing.v2.RouteLegStepTransitDetails.ITransitStopDetails (1.4.0)

Properties of a TransitStopDetails.

Package

@googlemaps/routing

Properties

arrivalStop

arrivalStop?: (google.maps.routing.v2.ITransitStop|null);

TransitStopDetails arrivalStop

arrivalTime

arrivalTime?: (google.protobuf.ITimestamp|null);

TransitStopDetails arrivalTime

departureStop

departureStop?: (google.maps.routing.v2.ITransitStop|null);

TransitStopDetails departureStop

departureTime

departureTime?: (google.protobuf.ITimestamp|null);

TransitStopDetails departureTime