Uses of Class
com.google.maps.routing.v2.RouteMatrixElement
-
Packages that use RouteMatrixElement Package Description com.google.maps.routing.v2 A client to Routes APIcom.google.maps.routing.v2.stub -
-
Uses of RouteMatrixElement in com.google.maps.routing.v2
Methods in com.google.maps.routing.v2 that return RouteMatrixElement Modifier and Type Method Description RouteMatrixElement
RouteMatrixElement.Builder. build()
RouteMatrixElement
RouteMatrixElement.Builder. buildPartial()
static RouteMatrixElement
RouteMatrixElement. getDefaultInstance()
RouteMatrixElement
RouteMatrixElement.Builder. getDefaultInstanceForType()
RouteMatrixElement
RouteMatrixElement. getDefaultInstanceForType()
static RouteMatrixElement
RouteMatrixElement. parseDelimitedFrom(InputStream input)
static RouteMatrixElement
RouteMatrixElement. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RouteMatrixElement
RouteMatrixElement. parseFrom(byte[] data)
static RouteMatrixElement
RouteMatrixElement. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RouteMatrixElement
RouteMatrixElement. parseFrom(com.google.protobuf.ByteString data)
static RouteMatrixElement
RouteMatrixElement. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RouteMatrixElement
RouteMatrixElement. parseFrom(com.google.protobuf.CodedInputStream input)
static RouteMatrixElement
RouteMatrixElement. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RouteMatrixElement
RouteMatrixElement. parseFrom(InputStream input)
static RouteMatrixElement
RouteMatrixElement. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RouteMatrixElement
RouteMatrixElement. parseFrom(ByteBuffer data)
static RouteMatrixElement
RouteMatrixElement. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.maps.routing.v2 that return types with arguments of type RouteMatrixElement Modifier and Type Method Description Iterator<RouteMatrixElement>
RoutesGrpc.RoutesBlockingStub. computeRouteMatrix(ComputeRouteMatrixRequest request)
Takes in a list of origins and destinations and returns a stream containing route information for each combination of origin and destination.com.google.api.gax.rpc.ServerStreamingCallable<ComputeRouteMatrixRequest,RouteMatrixElement>
RoutesClient. computeRouteMatrixCallable()
Takes in a list of origins and destinations and returns a stream containing route information for each combination of origin and destination.com.google.api.gax.rpc.ServerStreamingCallSettings.Builder<ComputeRouteMatrixRequest,RouteMatrixElement>
RoutesSettings.Builder. computeRouteMatrixSettings()
Returns the builder for the settings used for calls to computeRouteMatrix.com.google.api.gax.rpc.ServerStreamingCallSettings<ComputeRouteMatrixRequest,RouteMatrixElement>
RoutesSettings. computeRouteMatrixSettings()
Returns the object with the settings used for calls to computeRouteMatrix.static io.grpc.MethodDescriptor<ComputeRouteMatrixRequest,RouteMatrixElement>
RoutesGrpc. getComputeRouteMatrixMethod()
com.google.protobuf.Parser<RouteMatrixElement>
RouteMatrixElement. getParserForType()
static com.google.protobuf.Parser<RouteMatrixElement>
RouteMatrixElement. parser()
Methods in com.google.maps.routing.v2 with parameters of type RouteMatrixElement Modifier and Type Method Description RouteMatrixElement.Builder
RouteMatrixElement.Builder. mergeFrom(RouteMatrixElement other)
static RouteMatrixElement.Builder
RouteMatrixElement. newBuilder(RouteMatrixElement prototype)
Method parameters in com.google.maps.routing.v2 with type arguments of type RouteMatrixElement Modifier and Type Method Description default void
RoutesGrpc.AsyncService. computeRouteMatrix(ComputeRouteMatrixRequest request, io.grpc.stub.StreamObserver<RouteMatrixElement> responseObserver)
Takes in a list of origins and destinations and returns a stream containing route information for each combination of origin and destination.void
RoutesGrpc.RoutesStub. computeRouteMatrix(ComputeRouteMatrixRequest request, io.grpc.stub.StreamObserver<RouteMatrixElement> responseObserver)
Takes in a list of origins and destinations and returns a stream containing route information for each combination of origin and destination. -
Uses of RouteMatrixElement in com.google.maps.routing.v2.stub
Methods in com.google.maps.routing.v2.stub that return types with arguments of type RouteMatrixElement Modifier and Type Method Description com.google.api.gax.rpc.ServerStreamingCallable<ComputeRouteMatrixRequest,RouteMatrixElement>
GrpcRoutesStub. computeRouteMatrixCallable()
com.google.api.gax.rpc.ServerStreamingCallable<ComputeRouteMatrixRequest,RouteMatrixElement>
HttpJsonRoutesStub. computeRouteMatrixCallable()
com.google.api.gax.rpc.ServerStreamingCallable<ComputeRouteMatrixRequest,RouteMatrixElement>
RoutesStub. computeRouteMatrixCallable()
com.google.api.gax.rpc.ServerStreamingCallSettings.Builder<ComputeRouteMatrixRequest,RouteMatrixElement>
RoutesStubSettings.Builder. computeRouteMatrixSettings()
Returns the builder for the settings used for calls to computeRouteMatrix.com.google.api.gax.rpc.ServerStreamingCallSettings<ComputeRouteMatrixRequest,RouteMatrixElement>
RoutesStubSettings. computeRouteMatrixSettings()
Returns the object with the settings used for calls to computeRouteMatrix.
-