Skip navigation links
B C G N R S 

B

bindService(RoutesGrpc.AsyncService) - Static method in class com.google.maps.routing.v2.RoutesGrpc
 
bindService() - Method in class com.google.maps.routing.v2.RoutesGrpc.RoutesImplBase
 
build(Channel, CallOptions) - Method in class com.google.maps.routing.v2.RoutesGrpc.RoutesBlockingStub
 
build(Channel, CallOptions) - Method in class com.google.maps.routing.v2.RoutesGrpc.RoutesFutureStub
 
build(Channel, CallOptions) - Method in class com.google.maps.routing.v2.RoutesGrpc.RoutesStub
 

C

com.google.maps.routing.v2 - package com.google.maps.routing.v2
 
computeRouteMatrix(ComputeRouteMatrixRequest, StreamObserver<RouteMatrixElement>) - Method in interface com.google.maps.routing.v2.RoutesGrpc.AsyncService
Takes in a list of origins and destinations and returns a stream containing route information for each combination of origin and destination.
computeRouteMatrix(ComputeRouteMatrixRequest) - Method in class com.google.maps.routing.v2.RoutesGrpc.RoutesBlockingStub
Takes in a list of origins and destinations and returns a stream containing route information for each combination of origin and destination.
computeRouteMatrix(ComputeRouteMatrixRequest, StreamObserver<RouteMatrixElement>) - Method in class com.google.maps.routing.v2.RoutesGrpc.RoutesStub
Takes in a list of origins and destinations and returns a stream containing route information for each combination of origin and destination.
computeRoutes(ComputeRoutesRequest, StreamObserver<ComputeRoutesResponse>) - Method in interface com.google.maps.routing.v2.RoutesGrpc.AsyncService
Returns the primary route along with optional alternate routes, given a set of terminal and intermediate waypoints.
computeRoutes(ComputeRoutesRequest) - Method in class com.google.maps.routing.v2.RoutesGrpc.RoutesBlockingStub
Returns the primary route along with optional alternate routes, given a set of terminal and intermediate waypoints.
computeRoutes(ComputeRoutesRequest) - Method in class com.google.maps.routing.v2.RoutesGrpc.RoutesFutureStub
Returns the primary route along with optional alternate routes, given a set of terminal and intermediate waypoints.
computeRoutes(ComputeRoutesRequest, StreamObserver<ComputeRoutesResponse>) - Method in class com.google.maps.routing.v2.RoutesGrpc.RoutesStub
Returns the primary route along with optional alternate routes, given a set of terminal and intermediate waypoints.

G

getComputeRouteMatrixMethod() - Static method in class com.google.maps.routing.v2.RoutesGrpc
 
getComputeRoutesMethod() - Static method in class com.google.maps.routing.v2.RoutesGrpc
 
getServiceDescriptor() - Static method in class com.google.maps.routing.v2.RoutesGrpc
 

N

newBlockingStub(Channel) - Static method in class com.google.maps.routing.v2.RoutesGrpc
Creates a new blocking-style stub that supports unary and streaming output calls on the service
newFutureStub(Channel) - Static method in class com.google.maps.routing.v2.RoutesGrpc
Creates a new ListenableFuture-style stub that supports unary calls on the service
newStub(Channel) - Static method in class com.google.maps.routing.v2.RoutesGrpc
Creates a new async stub that supports all call types for the service

R

RoutesGrpc - Class in com.google.maps.routing.v2
The Routes API.
RoutesGrpc.AsyncService - Interface in com.google.maps.routing.v2
The Routes API.
RoutesGrpc.RoutesBlockingStub - Class in com.google.maps.routing.v2
A stub to allow clients to do synchronous rpc calls to service Routes.
RoutesGrpc.RoutesFutureStub - Class in com.google.maps.routing.v2
A stub to allow clients to do ListenableFuture-style rpc calls to service Routes.
RoutesGrpc.RoutesImplBase - Class in com.google.maps.routing.v2
Base class for the server implementation of the service Routes.
RoutesGrpc.RoutesStub - Class in com.google.maps.routing.v2
A stub to allow clients to do asynchronous rpc calls to service Routes.
RoutesImplBase() - Constructor for class com.google.maps.routing.v2.RoutesGrpc.RoutesImplBase
 

S

SERVICE_NAME - Static variable in class com.google.maps.routing.v2.RoutesGrpc
 
B C G N R S 
Skip navigation links

Copyright © 2023 Google LLC. All rights reserved.