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 UnitsUnits. forNumber(int value)UnitsComputeRoutesRequest.Builder. getUnits()Optional.UnitsComputeRoutesRequest. getUnits()Optional.UnitsComputeRoutesRequestOrBuilder. getUnits()Optional.static UnitsUnits. valueOf(int value)Deprecated.static UnitsUnits. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static UnitsUnits. 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.BuilderComputeRoutesRequest.Builder. setUnits(Units value)Optional.
-