public static interface RouteLegStep.RouteLegStepLocalizedValuesOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.type.LocalizedText |
getDistance()
Travel distance represented in text form.
|
com.google.type.LocalizedTextOrBuilder |
getDistanceOrBuilder()
Travel distance represented in text form.
|
com.google.type.LocalizedText |
getStaticDuration()
Duration without taking traffic conditions into
consideration, represented in text form.
|
com.google.type.LocalizedTextOrBuilder |
getStaticDurationOrBuilder()
Duration without taking traffic conditions into
consideration, represented in text form.
|
boolean |
hasDistance()
Travel distance represented in text form.
|
boolean |
hasStaticDuration()
Duration without taking traffic conditions into
consideration, represented in text form.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasDistance()
Travel distance represented in text form.
.google.type.LocalizedText distance = 1;com.google.type.LocalizedText getDistance()
Travel distance represented in text form.
.google.type.LocalizedText distance = 1;com.google.type.LocalizedTextOrBuilder getDistanceOrBuilder()
Travel distance represented in text form.
.google.type.LocalizedText distance = 1;boolean hasStaticDuration()
Duration without taking traffic conditions into consideration, represented in text form.
.google.type.LocalizedText static_duration = 3;com.google.type.LocalizedText getStaticDuration()
Duration without taking traffic conditions into consideration, represented in text form.
.google.type.LocalizedText static_duration = 3;com.google.type.LocalizedTextOrBuilder getStaticDurationOrBuilder()
Duration without taking traffic conditions into consideration, represented in text form.
.google.type.LocalizedText static_duration = 3;Copyright © 2025 Google LLC. All rights reserved.