Uses of Class
com.google.maps.routing.v2.TrafficModel
-
Packages that use TrafficModel Package Description com.google.maps.routing.v2 A client to Routes API -
-
Uses of TrafficModel in com.google.maps.routing.v2
Methods in com.google.maps.routing.v2 that return TrafficModel Modifier and Type Method Description static TrafficModelTrafficModel. forNumber(int value)TrafficModelComputeRouteMatrixRequest.Builder. getTrafficModel()Optional.TrafficModelComputeRouteMatrixRequest. getTrafficModel()Optional.TrafficModelComputeRouteMatrixRequestOrBuilder. getTrafficModel()Optional.TrafficModelComputeRoutesRequest.Builder. getTrafficModel()Optional.TrafficModelComputeRoutesRequest. getTrafficModel()Optional.TrafficModelComputeRoutesRequestOrBuilder. getTrafficModel()Optional.static TrafficModelTrafficModel. valueOf(int value)Deprecated.static TrafficModelTrafficModel. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static TrafficModelTrafficModel. valueOf(String name)Returns the enum constant of this type with the specified name.static TrafficModel[]TrafficModel. 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 TrafficModel Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<TrafficModel>TrafficModel. internalGetValueMap()Methods in com.google.maps.routing.v2 with parameters of type TrafficModel Modifier and Type Method Description ComputeRouteMatrixRequest.BuilderComputeRouteMatrixRequest.Builder. setTrafficModel(TrafficModel value)Optional.ComputeRoutesRequest.BuilderComputeRoutesRequest.Builder. setTrafficModel(TrafficModel value)Optional.
-