public static interface RouteLegStepTransitDetails.TransitDetailsLocalizedValuesOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
LocalizedTime |
getArrivalTime()
Time in its formatted text representation with a corresponding time zone.
|
LocalizedTimeOrBuilder |
getArrivalTimeOrBuilder()
Time in its formatted text representation with a corresponding time zone.
|
LocalizedTime |
getDepartureTime()
Time in its formatted text representation with a corresponding time zone.
|
LocalizedTimeOrBuilder |
getDepartureTimeOrBuilder()
Time in its formatted text representation with a corresponding time zone.
|
boolean |
hasArrivalTime()
Time in its formatted text representation with a corresponding time zone.
|
boolean |
hasDepartureTime()
Time in its formatted text representation with a corresponding time zone.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasArrivalTime()
Time in its formatted text representation with a corresponding time zone.
.google.maps.routing.v2.LocalizedTime arrival_time = 1;LocalizedTime getArrivalTime()
Time in its formatted text representation with a corresponding time zone.
.google.maps.routing.v2.LocalizedTime arrival_time = 1;LocalizedTimeOrBuilder getArrivalTimeOrBuilder()
Time in its formatted text representation with a corresponding time zone.
.google.maps.routing.v2.LocalizedTime arrival_time = 1;boolean hasDepartureTime()
Time in its formatted text representation with a corresponding time zone.
.google.maps.routing.v2.LocalizedTime departure_time = 2;LocalizedTime getDepartureTime()
Time in its formatted text representation with a corresponding time zone.
.google.maps.routing.v2.LocalizedTime departure_time = 2;LocalizedTimeOrBuilder getDepartureTimeOrBuilder()
Time in its formatted text representation with a corresponding time zone.
.google.maps.routing.v2.LocalizedTime departure_time = 2;Copyright © 2025 Google LLC. All rights reserved.