Uses of Class
software.amazon.awssdk.services.georoutes.model.OptimizeWaypointsRequest
-
Packages that use OptimizeWaypointsRequest 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 OptimizeWaypointsRequest in software.amazon.awssdk.services.georoutes
Methods in software.amazon.awssdk.services.georoutes with parameters of type OptimizeWaypointsRequest Modifier and Type Method Description default CompletableFuture<OptimizeWaypointsResponse>GeoRoutesAsyncClient. optimizeWaypoints(OptimizeWaypointsRequest optimizeWaypointsRequest)Calculates the optimal order to travel between a set of waypoints to minimize either the travel time or the distance travelled during the journey, based on road network restrictions and the traffic pattern data.default OptimizeWaypointsResponseGeoRoutesClient. optimizeWaypoints(OptimizeWaypointsRequest optimizeWaypointsRequest)Calculates the optimal order to travel between a set of waypoints to minimize either the travel time or the distance travelled during the journey, based on road network restrictions and the traffic pattern data. -
Uses of OptimizeWaypointsRequest in software.amazon.awssdk.services.georoutes.transform
Methods in software.amazon.awssdk.services.georoutes.transform with parameters of type OptimizeWaypointsRequest Modifier and Type Method Description SdkHttpFullRequestOptimizeWaypointsRequestMarshaller. marshall(OptimizeWaypointsRequest optimizeWaypointsRequest)
-