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 TrafficModel
TrafficModel. forNumber(int value)
TrafficModel
ComputeRouteMatrixRequest.Builder. getTrafficModel()
Optional.TrafficModel
ComputeRouteMatrixRequest. getTrafficModel()
Optional.TrafficModel
ComputeRouteMatrixRequestOrBuilder. getTrafficModel()
Optional.TrafficModel
ComputeRoutesRequest.Builder. getTrafficModel()
Optional.TrafficModel
ComputeRoutesRequest. getTrafficModel()
Optional.TrafficModel
ComputeRoutesRequestOrBuilder. getTrafficModel()
Optional.static TrafficModel
TrafficModel. valueOf(int value)
Deprecated.static TrafficModel
TrafficModel. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static TrafficModel
TrafficModel. 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.Builder
ComputeRouteMatrixRequest.Builder. setTrafficModel(TrafficModel value)
Optional.ComputeRoutesRequest.Builder
ComputeRoutesRequest.Builder. setTrafficModel(TrafficModel value)
Optional.
-