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 TollPassTollPass. forNumber(int value)TollPassRouteModifiers.Builder. getTollPasses(int index)Encapsulates information about toll passes.TollPassRouteModifiers. getTollPasses(int index)Encapsulates information about toll passes.TollPassRouteModifiersOrBuilder. getTollPasses(int index)Encapsulates information about toll passes.static TollPassTollPass. valueOf(int value)Deprecated.static TollPassTollPass. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static TollPassTollPass. 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.BuilderRouteModifiers.Builder. addTollPasses(TollPass value)Encapsulates information about toll passes.RouteModifiers.BuilderRouteModifiers.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.BuilderRouteModifiers.Builder. addAllTollPasses(Iterable<? extends TollPass> values)Encapsulates information about toll passes.
-