Uses of Class
com.google.maps.routing.v2.TollPass
-
Packages that use TollPass Package Description com.google.maps.routing.v2 A client to Routes API -
-
Uses of TollPass in com.google.maps.routing.v2
Methods in com.google.maps.routing.v2 that return TollPass Modifier and Type Method Description static TollPass
TollPass. forNumber(int value)
TollPass
RouteModifiers.Builder. getTollPasses(int index)
Encapsulates information about toll passes.TollPass
RouteModifiers. getTollPasses(int index)
Encapsulates information about toll passes.TollPass
RouteModifiersOrBuilder. getTollPasses(int index)
Encapsulates information about toll passes.static TollPass
TollPass. valueOf(int value)
Deprecated.static TollPass
TollPass. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static TollPass
TollPass. valueOf(String name)
Returns the enum constant of this type with the specified name.static TollPass[]
TollPass. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.maps.routing.v2 that return types with arguments of type TollPass Modifier and Type Method Description List<TollPass>
RouteModifiers.Builder. getTollPassesList()
Encapsulates information about toll passes.List<TollPass>
RouteModifiers. getTollPassesList()
Encapsulates information about toll passes.List<TollPass>
RouteModifiersOrBuilder. getTollPassesList()
Encapsulates information about toll passes.static com.google.protobuf.Internal.EnumLiteMap<TollPass>
TollPass. internalGetValueMap()
Methods in com.google.maps.routing.v2 with parameters of type TollPass Modifier and Type Method Description RouteModifiers.Builder
RouteModifiers.Builder. addTollPasses(TollPass value)
Encapsulates information about toll passes.RouteModifiers.Builder
RouteModifiers.Builder. setTollPasses(int index, TollPass value)
Encapsulates information about toll passes.Method parameters in com.google.maps.routing.v2 with type arguments of type TollPass Modifier and Type Method Description RouteModifiers.Builder
RouteModifiers.Builder. addAllTollPasses(Iterable<? extends TollPass> values)
Encapsulates information about toll passes.
-