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