Uses of Class
com.google.maps.routing.v2.FallbackRoutingMode
-
Packages that use FallbackRoutingMode Package Description com.google.maps.routing.v2 A client to Routes API -
-
Uses of FallbackRoutingMode in com.google.maps.routing.v2
Methods in com.google.maps.routing.v2 that return FallbackRoutingMode Modifier and Type Method Description static FallbackRoutingMode
FallbackRoutingMode. forNumber(int value)
FallbackRoutingMode
FallbackInfo.Builder. getRoutingMode()
Routing mode used for the response.FallbackRoutingMode
FallbackInfo. getRoutingMode()
Routing mode used for the response.FallbackRoutingMode
FallbackInfoOrBuilder. getRoutingMode()
Routing mode used for the response.static FallbackRoutingMode
FallbackRoutingMode. valueOf(int value)
Deprecated.static FallbackRoutingMode
FallbackRoutingMode. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static FallbackRoutingMode
FallbackRoutingMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static FallbackRoutingMode[]
FallbackRoutingMode. 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 FallbackRoutingMode Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<FallbackRoutingMode>
FallbackRoutingMode. internalGetValueMap()
Methods in com.google.maps.routing.v2 with parameters of type FallbackRoutingMode Modifier and Type Method Description FallbackInfo.Builder
FallbackInfo.Builder. setRoutingMode(FallbackRoutingMode value)
Routing mode used for the response.
-