Uses of Class
software.amazon.awssdk.services.location.model.Leg
-
Packages that use Leg Package Description software.amazon.awssdk.services.location.model -
-
Uses of Leg in software.amazon.awssdk.services.location.model
Methods in software.amazon.awssdk.services.location.model that return types with arguments of type Leg Modifier and Type Method Description List<Leg>CalculateRouteResponse. legs()Contains details about each path between a pair of positions included along a route such as:StartPosition,EndPosition,Distance,DurationSeconds,Geometry, andSteps.Methods in software.amazon.awssdk.services.location.model with parameters of type Leg Modifier and Type Method Description CalculateRouteResponse.BuilderCalculateRouteResponse.Builder. legs(Leg... legs)Contains details about each path between a pair of positions included along a route such as:StartPosition,EndPosition,Distance,DurationSeconds,Geometry, andSteps.Method parameters in software.amazon.awssdk.services.location.model with type arguments of type Leg Modifier and Type Method Description CalculateRouteResponse.BuilderCalculateRouteResponse.Builder. legs(Collection<Leg> legs)Contains details about each path between a pair of positions included along a route such as:StartPosition,EndPosition,Distance,DurationSeconds,Geometry, andSteps.
-