Uses of Class
com.google.maps.routing.v2.RoutesClient
-
Packages that use RoutesClient Package Description com.google.maps.routing.v2 A client to Routes API -
-
Uses of RoutesClient in com.google.maps.routing.v2
Methods in com.google.maps.routing.v2 that return RoutesClient Modifier and Type Method Description static RoutesClient
RoutesClient. create()
Constructs an instance of RoutesClient with default settings.static RoutesClient
RoutesClient. create(RoutesSettings settings)
Constructs an instance of RoutesClient, using the given settings.static RoutesClient
RoutesClient. create(RoutesStub stub)
Constructs an instance of RoutesClient, using the given stub for making calls.
-