| Package | Description |
|---|---|
| software.amazon.awssdk.services.location.model |
| Modifier and Type | Method and Description |
|---|---|
static Step.Builder |
Step.builder() |
Step.Builder |
Step.Builder.distance(Double distance)
The travel distance between the step's
StartPosition and EndPosition. |
Step.Builder |
Step.Builder.durationSeconds(Double durationSeconds)
The estimated travel time, in seconds, from the step's
StartPosition to the
EndPosition. |
Step.Builder |
Step.Builder.endPosition(Collection<Double> endPosition)
The end position of a step.
|
Step.Builder |
Step.Builder.endPosition(Double... endPosition)
The end position of a step.
|
Step.Builder |
Step.Builder.geometryOffset(Integer geometryOffset)
Represents the start position, or index, in a sequence of steps within the leg's line string geometry.
|
Step.Builder |
Step.Builder.startPosition(Collection<Double> startPosition)
The starting position of a step.
|
Step.Builder |
Step.Builder.startPosition(Double... startPosition)
The starting position of a step.
|
Step.Builder |
Step.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Step.Builder> |
Step.serializableBuilderClass() |
Copyright © 2023. All rights reserved.