- 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.