public interface TollInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.type.Money |
getEstimatedPrice(int index)
The monetary amount of tolls for the corresponding
[`Route`][google.maps.routing.v2.Route] or
[`RouteLeg`][google.maps.routing.v2.RouteLeg].
|
int |
getEstimatedPriceCount()
The monetary amount of tolls for the corresponding
[`Route`][google.maps.routing.v2.Route] or
[`RouteLeg`][google.maps.routing.v2.RouteLeg].
|
List<com.google.type.Money> |
getEstimatedPriceList()
The monetary amount of tolls for the corresponding
[`Route`][google.maps.routing.v2.Route] or
[`RouteLeg`][google.maps.routing.v2.RouteLeg].
|
com.google.type.MoneyOrBuilder |
getEstimatedPriceOrBuilder(int index)
The monetary amount of tolls for the corresponding
[`Route`][google.maps.routing.v2.Route] or
[`RouteLeg`][google.maps.routing.v2.RouteLeg].
|
List<? extends com.google.type.MoneyOrBuilder> |
getEstimatedPriceOrBuilderList()
The monetary amount of tolls for the corresponding
[`Route`][google.maps.routing.v2.Route] or
[`RouteLeg`][google.maps.routing.v2.RouteLeg].
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<com.google.type.Money> getEstimatedPriceList()
The monetary amount of tolls for the corresponding [`Route`][google.maps.routing.v2.Route] or [`RouteLeg`][google.maps.routing.v2.RouteLeg]. This list contains a money amount for each currency that is expected to be charged by the toll stations. Typically this list will contain only one item for routes with tolls in one currency. For international trips, this list may contain multiple items to reflect tolls in different currencies.
repeated .google.type.Money estimated_price = 1;com.google.type.Money getEstimatedPrice(int index)
The monetary amount of tolls for the corresponding [`Route`][google.maps.routing.v2.Route] or [`RouteLeg`][google.maps.routing.v2.RouteLeg]. This list contains a money amount for each currency that is expected to be charged by the toll stations. Typically this list will contain only one item for routes with tolls in one currency. For international trips, this list may contain multiple items to reflect tolls in different currencies.
repeated .google.type.Money estimated_price = 1;int getEstimatedPriceCount()
The monetary amount of tolls for the corresponding [`Route`][google.maps.routing.v2.Route] or [`RouteLeg`][google.maps.routing.v2.RouteLeg]. This list contains a money amount for each currency that is expected to be charged by the toll stations. Typically this list will contain only one item for routes with tolls in one currency. For international trips, this list may contain multiple items to reflect tolls in different currencies.
repeated .google.type.Money estimated_price = 1;List<? extends com.google.type.MoneyOrBuilder> getEstimatedPriceOrBuilderList()
The monetary amount of tolls for the corresponding [`Route`][google.maps.routing.v2.Route] or [`RouteLeg`][google.maps.routing.v2.RouteLeg]. This list contains a money amount for each currency that is expected to be charged by the toll stations. Typically this list will contain only one item for routes with tolls in one currency. For international trips, this list may contain multiple items to reflect tolls in different currencies.
repeated .google.type.Money estimated_price = 1;com.google.type.MoneyOrBuilder getEstimatedPriceOrBuilder(int index)
The monetary amount of tolls for the corresponding [`Route`][google.maps.routing.v2.Route] or [`RouteLeg`][google.maps.routing.v2.RouteLeg]. This list contains a money amount for each currency that is expected to be charged by the toll stations. Typically this list will contain only one item for routes with tolls in one currency. For international trips, this list may contain multiple items to reflect tolls in different currencies.
repeated .google.type.Money estimated_price = 1;Copyright © 2025 Google LLC. All rights reserved.