public static interface RouteMatrixElement.LocalizedValuesOrBuilder
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 |
getDuration()
Duration represented in text form taking traffic conditions into
consideration.
|
com.google.type.LocalizedTextOrBuilder |
getDurationOrBuilder()
Duration represented in text form taking traffic conditions into
consideration.
|
com.google.type.LocalizedText |
getStaticDuration()
Duration represented in text form without taking traffic conditions into
consideration.
|
com.google.type.LocalizedTextOrBuilder |
getStaticDurationOrBuilder()
Duration represented in text form without taking traffic conditions into
consideration.
|
com.google.type.LocalizedText |
getTransitFare()
Transit fare represented in text form.
|
com.google.type.LocalizedTextOrBuilder |
getTransitFareOrBuilder()
Transit fare represented in text form.
|
boolean |
hasDistance()
Travel distance represented in text form.
|
boolean |
hasDuration()
Duration represented in text form taking traffic conditions into
consideration.
|
boolean |
hasStaticDuration()
Duration represented in text form without taking traffic conditions into
consideration.
|
boolean |
hasTransitFare()
Transit fare 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 hasDuration()
Duration represented in text form taking traffic conditions into consideration. Note: If traffic information was not requested, this value is the same value as static_duration.
.google.type.LocalizedText duration = 2;com.google.type.LocalizedText getDuration()
Duration represented in text form taking traffic conditions into consideration. Note: If traffic information was not requested, this value is the same value as static_duration.
.google.type.LocalizedText duration = 2;com.google.type.LocalizedTextOrBuilder getDurationOrBuilder()
Duration represented in text form taking traffic conditions into consideration. Note: If traffic information was not requested, this value is the same value as static_duration.
.google.type.LocalizedText duration = 2;boolean hasStaticDuration()
Duration represented in text form without taking traffic conditions into consideration.
.google.type.LocalizedText static_duration = 3;com.google.type.LocalizedText getStaticDuration()
Duration represented in text form without taking traffic conditions into consideration.
.google.type.LocalizedText static_duration = 3;com.google.type.LocalizedTextOrBuilder getStaticDurationOrBuilder()
Duration represented in text form without taking traffic conditions into consideration.
.google.type.LocalizedText static_duration = 3;boolean hasTransitFare()
Transit fare represented in text form.
.google.type.LocalizedText transit_fare = 4;com.google.type.LocalizedText getTransitFare()
Transit fare represented in text form.
.google.type.LocalizedText transit_fare = 4;com.google.type.LocalizedTextOrBuilder getTransitFareOrBuilder()
Transit fare represented in text form.
.google.type.LocalizedText transit_fare = 4;Copyright © 2025 Google LLC. All rights reserved.