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 FallbackInfo
FallbackInfo.Builder. build()
FallbackInfo
FallbackInfo.Builder. buildPartial()
static FallbackInfo
FallbackInfo. getDefaultInstance()
FallbackInfo
FallbackInfo.Builder. getDefaultInstanceForType()
FallbackInfo
FallbackInfo. getDefaultInstanceForType()
FallbackInfo
ComputeRoutesResponse.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.FallbackInfo
ComputeRoutesResponse. 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.FallbackInfo
ComputeRoutesResponseOrBuilder. 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.FallbackInfo
RouteMatrixElement.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.FallbackInfo
RouteMatrixElement. 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.FallbackInfo
RouteMatrixElementOrBuilder. 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 FallbackInfo
FallbackInfo. parseDelimitedFrom(InputStream input)
static FallbackInfo
FallbackInfo. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static FallbackInfo
FallbackInfo. parseFrom(byte[] data)
static FallbackInfo
FallbackInfo. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static FallbackInfo
FallbackInfo. parseFrom(com.google.protobuf.ByteString data)
static FallbackInfo
FallbackInfo. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static FallbackInfo
FallbackInfo. parseFrom(com.google.protobuf.CodedInputStream input)
static FallbackInfo
FallbackInfo. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static FallbackInfo
FallbackInfo. parseFrom(InputStream input)
static FallbackInfo
FallbackInfo. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static FallbackInfo
FallbackInfo. parseFrom(ByteBuffer data)
static FallbackInfo
FallbackInfo. 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.Builder
ComputeRoutesResponse.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.Builder
RouteMatrixElement.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.Builder
FallbackInfo.Builder. mergeFrom(FallbackInfo other)
static FallbackInfo.Builder
FallbackInfo. newBuilder(FallbackInfo prototype)
ComputeRoutesResponse.Builder
ComputeRoutesResponse.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.Builder
RouteMatrixElement.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.
-