Uses of Class
software.amazon.awssdk.services.georoutes.model.CalculateIsolinesRequest
-
Packages that use CalculateIsolinesRequest 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.software.amazon.awssdk.services.georoutes.transform -
-
Uses of CalculateIsolinesRequest in software.amazon.awssdk.services.georoutes
Methods in software.amazon.awssdk.services.georoutes with parameters of type CalculateIsolinesRequest Modifier and Type Method Description default CompletableFuture<CalculateIsolinesResponse>GeoRoutesAsyncClient. calculateIsolines(CalculateIsolinesRequest 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. -
Uses of CalculateIsolinesRequest in software.amazon.awssdk.services.georoutes.transform
Methods in software.amazon.awssdk.services.georoutes.transform with parameters of type CalculateIsolinesRequest Modifier and Type Method Description SdkHttpFullRequestCalculateIsolinesRequestMarshaller. marshall(CalculateIsolinesRequest calculateIsolinesRequest)
-