Uses of Class
com.google.maps.routing.v2.RoutesSettings
-
Packages that use RoutesSettings Package Description com.google.maps.routing.v2 A client to Routes API -
-
Uses of RoutesSettings in com.google.maps.routing.v2
Methods in com.google.maps.routing.v2 that return RoutesSettings Modifier and Type Method Description RoutesSettingsRoutesSettings.Builder. build()static RoutesSettingsRoutesSettings. create(RoutesStubSettings stub)RoutesSettingsRoutesClient. getSettings()Methods in com.google.maps.routing.v2 with parameters of type RoutesSettings Modifier and Type Method Description static RoutesClientRoutesClient. create(RoutesSettings settings)Constructs an instance of RoutesClient, using the given settings.Constructors in com.google.maps.routing.v2 with parameters of type RoutesSettings Constructor Description Builder(RoutesSettings settings)RoutesClient(RoutesSettings settings)Constructs an instance of RoutesClient, using the given settings.
-