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