Uses of Class
com.google.maps.routing.v2.FallbackInfo
-
Packages that use FallbackInfo Package Description com.google.maps.routing.v2 A client to Routes API -
-
Uses of FallbackInfo in com.google.maps.routing.v2
Methods in com.google.maps.routing.v2 that return FallbackInfo Modifier and Type Method Description FallbackInfoFallbackInfo.Builder. build()FallbackInfoFallbackInfo.Builder. buildPartial()static FallbackInfoFallbackInfo. getDefaultInstance()FallbackInfoFallbackInfo.Builder. getDefaultInstanceForType()FallbackInfoFallbackInfo. getDefaultInstanceForType()FallbackInfoComputeRoutesResponse.Builder. getFallbackInfo()In some cases when the server is not able to compute the route results with all of the input preferences, it may fallback to using a different way of computation.FallbackInfoComputeRoutesResponse. getFallbackInfo()In some cases when the server is not able to compute the route results with all of the input preferences, it may fallback to using a different way of computation.FallbackInfoComputeRoutesResponseOrBuilder. getFallbackInfo()In some cases when the server is not able to compute the route results with all of the input preferences, it may fallback to using a different way of computation.FallbackInfoRouteMatrixElement.Builder. getFallbackInfo()In some cases when the server is not able to compute the route with the given preferences for this particular origin/destination pair, it may fall back to using a different mode of computation.FallbackInfoRouteMatrixElement. getFallbackInfo()In some cases when the server is not able to compute the route with the given preferences for this particular origin/destination pair, it may fall back to using a different mode of computation.FallbackInfoRouteMatrixElementOrBuilder. getFallbackInfo()In some cases when the server is not able to compute the route with the given preferences for this particular origin/destination pair, it may fall back to using a different mode of computation.static FallbackInfoFallbackInfo. parseDelimitedFrom(InputStream input)static FallbackInfoFallbackInfo. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static FallbackInfoFallbackInfo. parseFrom(byte[] data)static FallbackInfoFallbackInfo. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static FallbackInfoFallbackInfo. parseFrom(com.google.protobuf.ByteString data)static FallbackInfoFallbackInfo. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static FallbackInfoFallbackInfo. parseFrom(com.google.protobuf.CodedInputStream input)static FallbackInfoFallbackInfo. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static FallbackInfoFallbackInfo. parseFrom(InputStream input)static FallbackInfoFallbackInfo. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static FallbackInfoFallbackInfo. parseFrom(ByteBuffer data)static FallbackInfoFallbackInfo. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.maps.routing.v2 that return types with arguments of type FallbackInfo Modifier and Type Method Description com.google.protobuf.Parser<FallbackInfo>FallbackInfo. getParserForType()static com.google.protobuf.Parser<FallbackInfo>FallbackInfo. parser()Methods in com.google.maps.routing.v2 with parameters of type FallbackInfo Modifier and Type Method Description ComputeRoutesResponse.BuilderComputeRoutesResponse.Builder. mergeFallbackInfo(FallbackInfo value)In some cases when the server is not able to compute the route results with all of the input preferences, it may fallback to using a different way of computation.RouteMatrixElement.BuilderRouteMatrixElement.Builder. mergeFallbackInfo(FallbackInfo value)In some cases when the server is not able to compute the route with the given preferences for this particular origin/destination pair, it may fall back to using a different mode of computation.FallbackInfo.BuilderFallbackInfo.Builder. mergeFrom(FallbackInfo other)static FallbackInfo.BuilderFallbackInfo. newBuilder(FallbackInfo prototype)ComputeRoutesResponse.BuilderComputeRoutesResponse.Builder. setFallbackInfo(FallbackInfo value)In some cases when the server is not able to compute the route results with all of the input preferences, it may fallback to using a different way of computation.RouteMatrixElement.BuilderRouteMatrixElement.Builder. setFallbackInfo(FallbackInfo value)In some cases when the server is not able to compute the route with the given preferences for this particular origin/destination pair, it may fall back to using a different mode of computation.
-