| Package | Description |
|---|---|
| software.amazon.awssdk.services.location |
Suite of geospatial services including Maps, Places, Routes, Tracking, and Geofencing
|
| software.amazon.awssdk.services.location.transform |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CalculateRouteResponse> |
LocationAsyncClient.calculateRoute(CalculateRouteRequest calculateRouteRequest)
Calculates a route
given the following required parameters:
DeparturePostiton and DestinationPosition. |
default CalculateRouteResponse |
LocationClient.calculateRoute(CalculateRouteRequest calculateRouteRequest)
Calculates a route
given the following required parameters:
DeparturePostiton and DestinationPosition. |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
CalculateRouteRequestMarshaller.marshall(CalculateRouteRequest calculateRouteRequest) |
Copyright © 2022. All rights reserved.