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 RouteMatrixElementRouteMatrixElement.Builder. build()RouteMatrixElementRouteMatrixElement.Builder. buildPartial()static RouteMatrixElementRouteMatrixElement. getDefaultInstance()RouteMatrixElementRouteMatrixElement.Builder. getDefaultInstanceForType()RouteMatrixElementRouteMatrixElement. getDefaultInstanceForType()static RouteMatrixElementRouteMatrixElement. parseDelimitedFrom(InputStream input)static RouteMatrixElementRouteMatrixElement. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RouteMatrixElementRouteMatrixElement. parseFrom(byte[] data)static RouteMatrixElementRouteMatrixElement. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RouteMatrixElementRouteMatrixElement. parseFrom(com.google.protobuf.ByteString data)static RouteMatrixElementRouteMatrixElement. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RouteMatrixElementRouteMatrixElement. parseFrom(com.google.protobuf.CodedInputStream input)static RouteMatrixElementRouteMatrixElement. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RouteMatrixElementRouteMatrixElement. parseFrom(InputStream input)static RouteMatrixElementRouteMatrixElement. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RouteMatrixElementRouteMatrixElement. parseFrom(ByteBuffer data)static RouteMatrixElementRouteMatrixElement. 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.BuilderRouteMatrixElement.Builder. mergeFrom(RouteMatrixElement other)static RouteMatrixElement.BuilderRouteMatrixElement. newBuilder(RouteMatrixElement prototype)Method parameters in com.google.maps.routing.v2 with type arguments of type RouteMatrixElement Modifier and Type Method Description default voidRoutesGrpc.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.voidRoutesGrpc.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.
-