public interface RouteLegStepTransitDetailsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getHeadsign()
Specifies the direction in which to travel on this line as marked on
the vehicle or at the departure stop.
|
com.google.protobuf.ByteString |
getHeadsignBytes()
Specifies the direction in which to travel on this line as marked on
the vehicle or at the departure stop.
|
com.google.protobuf.Duration |
getHeadway()
Specifies the expected time as a duration between departures from the same
stop at this time.
|
com.google.protobuf.DurationOrBuilder |
getHeadwayOrBuilder()
Specifies the expected time as a duration between departures from the same
stop at this time.
|
RouteLegStepTransitDetails.TransitDetailsLocalizedValues |
getLocalizedValues()
Text representations of properties of the `RouteLegStepTransitDetails`.
|
RouteLegStepTransitDetails.TransitDetailsLocalizedValuesOrBuilder |
getLocalizedValuesOrBuilder()
Text representations of properties of the `RouteLegStepTransitDetails`.
|
int |
getStopCount()
The number of stops from the departure to the arrival stop.
|
RouteLegStepTransitDetails.TransitStopDetails |
getStopDetails()
Information about the arrival and departure stops for the step.
|
RouteLegStepTransitDetails.TransitStopDetailsOrBuilder |
getStopDetailsOrBuilder()
Information about the arrival and departure stops for the step.
|
TransitLine |
getTransitLine()
Information about the transit line used in this step.
|
TransitLineOrBuilder |
getTransitLineOrBuilder()
Information about the transit line used in this step.
|
String |
getTripShortText()
The text that appears in schedules and sign boards to identify a transit
trip to passengers.
|
com.google.protobuf.ByteString |
getTripShortTextBytes()
The text that appears in schedules and sign boards to identify a transit
trip to passengers.
|
boolean |
hasHeadway()
Specifies the expected time as a duration between departures from the same
stop at this time.
|
boolean |
hasLocalizedValues()
Text representations of properties of the `RouteLegStepTransitDetails`.
|
boolean |
hasStopDetails()
Information about the arrival and departure stops for the step.
|
boolean |
hasTransitLine()
Information about the transit line used in this step.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasStopDetails()
Information about the arrival and departure stops for the step.
.google.maps.routing.v2.RouteLegStepTransitDetails.TransitStopDetails stop_details = 1;
RouteLegStepTransitDetails.TransitStopDetails getStopDetails()
Information about the arrival and departure stops for the step.
.google.maps.routing.v2.RouteLegStepTransitDetails.TransitStopDetails stop_details = 1;
RouteLegStepTransitDetails.TransitStopDetailsOrBuilder getStopDetailsOrBuilder()
Information about the arrival and departure stops for the step.
.google.maps.routing.v2.RouteLegStepTransitDetails.TransitStopDetails stop_details = 1;
boolean hasLocalizedValues()
Text representations of properties of the `RouteLegStepTransitDetails`.
.google.maps.routing.v2.RouteLegStepTransitDetails.TransitDetailsLocalizedValues localized_values = 2;
RouteLegStepTransitDetails.TransitDetailsLocalizedValues getLocalizedValues()
Text representations of properties of the `RouteLegStepTransitDetails`.
.google.maps.routing.v2.RouteLegStepTransitDetails.TransitDetailsLocalizedValues localized_values = 2;
RouteLegStepTransitDetails.TransitDetailsLocalizedValuesOrBuilder getLocalizedValuesOrBuilder()
Text representations of properties of the `RouteLegStepTransitDetails`.
.google.maps.routing.v2.RouteLegStepTransitDetails.TransitDetailsLocalizedValues localized_values = 2;
String getHeadsign()
Specifies the direction in which to travel on this line as marked on the vehicle or at the departure stop. The direction is often the terminus station.
string headsign = 3;com.google.protobuf.ByteString getHeadsignBytes()
Specifies the direction in which to travel on this line as marked on the vehicle or at the departure stop. The direction is often the terminus station.
string headsign = 3;boolean hasHeadway()
Specifies the expected time as a duration between departures from the same stop at this time. For example, with a headway seconds value of 600, you would expect a ten minute wait if you should miss your bus.
.google.protobuf.Duration headway = 4;com.google.protobuf.Duration getHeadway()
Specifies the expected time as a duration between departures from the same stop at this time. For example, with a headway seconds value of 600, you would expect a ten minute wait if you should miss your bus.
.google.protobuf.Duration headway = 4;com.google.protobuf.DurationOrBuilder getHeadwayOrBuilder()
Specifies the expected time as a duration between departures from the same stop at this time. For example, with a headway seconds value of 600, you would expect a ten minute wait if you should miss your bus.
.google.protobuf.Duration headway = 4;boolean hasTransitLine()
Information about the transit line used in this step.
.google.maps.routing.v2.TransitLine transit_line = 5;TransitLine getTransitLine()
Information about the transit line used in this step.
.google.maps.routing.v2.TransitLine transit_line = 5;TransitLineOrBuilder getTransitLineOrBuilder()
Information about the transit line used in this step.
.google.maps.routing.v2.TransitLine transit_line = 5;int getStopCount()
The number of stops from the departure to the arrival stop. This count includes the arrival stop, but excludes the departure stop. For example, if your route leaves from Stop A, passes through stops B and C, and arrives at stop D, <code>stop_count</code> returns 3.
int32 stop_count = 6;String getTripShortText()
The text that appears in schedules and sign boards to identify a transit trip to passengers. The text should uniquely identify a trip within a service day. For example, "538" is the `trip_short_text` of the Amtrak train that leaves San Jose, CA at 15:10 on weekdays to Sacramento, CA.
string trip_short_text = 7;com.google.protobuf.ByteString getTripShortTextBytes()
The text that appears in schedules and sign boards to identify a transit trip to passengers. The text should uniquely identify a trip within a service day. For example, "538" is the `trip_short_text` of the Amtrak train that leaves San Jose, CA at 15:10 on weekdays to Sacramento, CA.
string trip_short_text = 7;Copyright © 2025 Google LLC. All rights reserved.