| Package | Description |
|---|---|
| com.amazonaws.services.location.model |
| Modifier and Type | Method and Description |
|---|---|
RouteMatrixEntry |
RouteMatrixEntry.clone() |
RouteMatrixEntry |
RouteMatrixEntry.withDistance(Double distance)
The total distance of travel for the route.
|
RouteMatrixEntry |
RouteMatrixEntry.withDurationSeconds(Double durationSeconds)
The expected duration of travel for the route.
|
RouteMatrixEntry |
RouteMatrixEntry.withError(RouteMatrixEntryError error)
An error corresponding to the calculation of a route between the
DeparturePosition and
DestinationPosition. |
| Modifier and Type | Method and Description |
|---|---|
List<List<RouteMatrixEntry>> |
CalculateRouteMatrixResult.getRouteMatrix()
The calculated route matrix containing the results for all pairs of
DeparturePositions to
DestinationPositions. |
| Modifier and Type | Method and Description |
|---|---|
void |
CalculateRouteMatrixResult.setRouteMatrix(Collection<List<RouteMatrixEntry>> routeMatrix)
The calculated route matrix containing the results for all pairs of
DeparturePositions to
DestinationPositions. |
CalculateRouteMatrixResult |
CalculateRouteMatrixResult.withRouteMatrix(Collection<List<RouteMatrixEntry>> routeMatrix)
The calculated route matrix containing the results for all pairs of
DeparturePositions to
DestinationPositions. |
Copyright © 2025. All rights reserved.