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 FallbackRoutingModeFallbackRoutingMode. forNumber(int value)FallbackRoutingModeFallbackInfo.Builder. getRoutingMode()Routing mode used for the response.FallbackRoutingModeFallbackInfo. getRoutingMode()Routing mode used for the response.FallbackRoutingModeFallbackInfoOrBuilder. getRoutingMode()Routing mode used for the response.static FallbackRoutingModeFallbackRoutingMode. valueOf(int value)Deprecated.static FallbackRoutingModeFallbackRoutingMode. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static FallbackRoutingModeFallbackRoutingMode. 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.BuilderFallbackInfo.Builder. setRoutingMode(FallbackRoutingMode value)Routing mode used for the response.
-