| Package | Description |
|---|---|
| com.amazonaws.services.location.model |
| Modifier and Type | Method and Description |
|---|---|
static DistanceUnit |
DistanceUnit.fromValue(String value)
Use this in place of valueOf.
|
static DistanceUnit |
DistanceUnit.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DistanceUnit[] |
DistanceUnit.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
CalculateRouteSummary |
CalculateRouteSummary.withDistanceUnit(DistanceUnit distanceUnit)
The unit of measurement for route distances.
|
CalculateRouteMatrixRequest |
CalculateRouteMatrixRequest.withDistanceUnit(DistanceUnit distanceUnit)
Set the unit system to specify the distance.
|
CalculateRouteRequest |
CalculateRouteRequest.withDistanceUnit(DistanceUnit distanceUnit)
Set the unit system to specify the distance.
|
CalculateRouteMatrixSummary |
CalculateRouteMatrixSummary.withDistanceUnit(DistanceUnit distanceUnit)
The unit of measurement for route distances.
|
Copyright © 2023. All rights reserved.