public static interface RouteLegStepTransitDetails.TransitStopDetailsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
TransitStop |
getArrivalStop()
Information about the arrival stop for the step.
|
TransitStopOrBuilder |
getArrivalStopOrBuilder()
Information about the arrival stop for the step.
|
com.google.protobuf.Timestamp |
getArrivalTime()
The estimated time of arrival for the step.
|
com.google.protobuf.TimestampOrBuilder |
getArrivalTimeOrBuilder()
The estimated time of arrival for the step.
|
TransitStop |
getDepartureStop()
Information about the departure stop for the step.
|
TransitStopOrBuilder |
getDepartureStopOrBuilder()
Information about the departure stop for the step.
|
com.google.protobuf.Timestamp |
getDepartureTime()
The estimated time of departure for the step.
|
com.google.protobuf.TimestampOrBuilder |
getDepartureTimeOrBuilder()
The estimated time of departure for the step.
|
boolean |
hasArrivalStop()
Information about the arrival stop for the step.
|
boolean |
hasArrivalTime()
The estimated time of arrival for the step.
|
boolean |
hasDepartureStop()
Information about the departure stop for the step.
|
boolean |
hasDepartureTime()
The estimated time of departure for the step.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasArrivalStop()
Information about the arrival stop for the step.
.google.maps.routing.v2.TransitStop arrival_stop = 1;TransitStop getArrivalStop()
Information about the arrival stop for the step.
.google.maps.routing.v2.TransitStop arrival_stop = 1;TransitStopOrBuilder getArrivalStopOrBuilder()
Information about the arrival stop for the step.
.google.maps.routing.v2.TransitStop arrival_stop = 1;boolean hasArrivalTime()
The estimated time of arrival for the step.
.google.protobuf.Timestamp arrival_time = 2;com.google.protobuf.Timestamp getArrivalTime()
The estimated time of arrival for the step.
.google.protobuf.Timestamp arrival_time = 2;com.google.protobuf.TimestampOrBuilder getArrivalTimeOrBuilder()
The estimated time of arrival for the step.
.google.protobuf.Timestamp arrival_time = 2;boolean hasDepartureStop()
Information about the departure stop for the step.
.google.maps.routing.v2.TransitStop departure_stop = 3;TransitStop getDepartureStop()
Information about the departure stop for the step.
.google.maps.routing.v2.TransitStop departure_stop = 3;TransitStopOrBuilder getDepartureStopOrBuilder()
Information about the departure stop for the step.
.google.maps.routing.v2.TransitStop departure_stop = 3;boolean hasDepartureTime()
The estimated time of departure for the step.
.google.protobuf.Timestamp departure_time = 4;com.google.protobuf.Timestamp getDepartureTime()
The estimated time of departure for the step.
.google.protobuf.Timestamp departure_time = 4;com.google.protobuf.TimestampOrBuilder getDepartureTimeOrBuilder()
The estimated time of departure for the step.
.google.protobuf.Timestamp departure_time = 4;Copyright © 2025 Google LLC. All rights reserved.