Uses of Class
com.google.maps.routing.v2.stub.RoutesStub
-
Packages that use RoutesStub Package Description com.google.maps.routing.v2 A client to Routes APIcom.google.maps.routing.v2.stub -
-
Uses of RoutesStub in com.google.maps.routing.v2
Methods in com.google.maps.routing.v2 that return RoutesStub Modifier and Type Method Description RoutesStub
RoutesClient. getStub()
Methods in com.google.maps.routing.v2 with parameters of type RoutesStub Modifier and Type Method Description static RoutesClient
RoutesClient. create(RoutesStub stub)
Constructs an instance of RoutesClient, using the given stub for making calls.Constructors in com.google.maps.routing.v2 with parameters of type RoutesStub Constructor Description RoutesClient(RoutesStub stub)
-
Uses of RoutesStub in com.google.maps.routing.v2.stub
Subclasses of RoutesStub in com.google.maps.routing.v2.stub Modifier and Type Class Description class
GrpcRoutesStub
gRPC stub implementation for the Routes service API.class
HttpJsonRoutesStub
REST stub implementation for the Routes service API.Methods in com.google.maps.routing.v2.stub that return RoutesStub Modifier and Type Method Description RoutesStub
RoutesStubSettings. createStub()
-