Uses of Class
software.amazon.awssdk.services.georoutes.model.CalculateIsolinesResponse
-
Packages that use CalculateIsolinesResponse Package Description software.amazon.awssdk.services.georoutes With the Amazon Location Routes API you can calculate routes and estimate travel time based on up-to-date road network and live traffic information. -
-
Uses of CalculateIsolinesResponse in software.amazon.awssdk.services.georoutes
Methods in software.amazon.awssdk.services.georoutes that return CalculateIsolinesResponse Modifier and Type Method Description default CalculateIsolinesResponseGeoRoutesClient. calculateIsolines(Consumer<CalculateIsolinesRequest.Builder> calculateIsolinesRequest)Use theCalculateIsolinesaction to find service areas that can be reached in a given threshold of time, distance.default CalculateIsolinesResponseGeoRoutesClient. calculateIsolines(CalculateIsolinesRequest calculateIsolinesRequest)Use theCalculateIsolinesaction to find service areas that can be reached in a given threshold of time, distance.Methods in software.amazon.awssdk.services.georoutes that return types with arguments of type CalculateIsolinesResponse Modifier and Type Method Description default CompletableFuture<CalculateIsolinesResponse>GeoRoutesAsyncClient. calculateIsolines(Consumer<CalculateIsolinesRequest.Builder> calculateIsolinesRequest)Use theCalculateIsolinesaction to find service areas that can be reached in a given threshold of time, distance.default CompletableFuture<CalculateIsolinesResponse>GeoRoutesAsyncClient. calculateIsolines(CalculateIsolinesRequest calculateIsolinesRequest)Use theCalculateIsolinesaction to find service areas that can be reached in a given threshold of time, distance.
-