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 RoutingPreferenceRoutingPreference. forNumber(int value)RoutingPreferenceComputeRouteMatrixRequest.Builder. getRoutingPreference()Optional.RoutingPreferenceComputeRouteMatrixRequest. getRoutingPreference()Optional.RoutingPreferenceComputeRouteMatrixRequestOrBuilder. getRoutingPreference()Optional.RoutingPreferenceComputeRoutesRequest.Builder. getRoutingPreference()Optional.RoutingPreferenceComputeRoutesRequest. getRoutingPreference()Optional.RoutingPreferenceComputeRoutesRequestOrBuilder. getRoutingPreference()Optional.static RoutingPreferenceRoutingPreference. valueOf(int value)Deprecated.static RoutingPreferenceRoutingPreference. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static RoutingPreferenceRoutingPreference. 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.BuilderComputeRouteMatrixRequest.Builder. setRoutingPreference(RoutingPreference value)Optional.ComputeRoutesRequest.BuilderComputeRoutesRequest.Builder. setRoutingPreference(RoutingPreference value)Optional.
-