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 RoutesClientRoutesClient. create()Constructs an instance of RoutesClient with default settings.static RoutesClientRoutesClient. create(RoutesSettings settings)Constructs an instance of RoutesClient, using the given settings.static RoutesClientRoutesClient. create(RoutesStub stub)Constructs an instance of RoutesClient, using the given stub for making calls.
-