Package com.google.maps.routing.v2
Interface TollInfoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
TollInfo
,TollInfo.Builder
public interface TollInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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].-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getEstimatedPriceList
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]. 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;
-
getEstimatedPrice
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;
-
getEstimatedPriceCount
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;
-
getEstimatedPriceOrBuilderList
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;
-
getEstimatedPriceOrBuilder
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;
-
-