| Package | Description |
|---|---|
| com.amazonaws.services.location.model |
| Modifier and Type | Method and Description |
|---|---|
Step |
Step.clone() |
Step |
Step.withDistance(Double distance)
The travel distance between the step's
StartPosition and EndPosition. |
Step |
Step.withDurationSeconds(Double durationSeconds)
The estimated travel time, in seconds, from the step's
StartPosition to the EndPosition
. |
Step |
Step.withEndPosition(Collection<Double> endPosition)
The end position of a step.
|
Step |
Step.withEndPosition(Double... endPosition)
The end position of a step.
|
Step |
Step.withGeometryOffset(Integer geometryOffset)
Represents the start position, or index, in a sequence of steps within the leg's line string geometry.
|
Step |
Step.withStartPosition(Collection<Double> startPosition)
The starting position of a step.
|
Step |
Step.withStartPosition(Double... startPosition)
The starting position of a step.
|
| Modifier and Type | Method and Description |
|---|---|
List<Step> |
Leg.getSteps()
Contains a list of steps, which represent subsections of a leg.
|
| Modifier and Type | Method and Description |
|---|---|
Leg |
Leg.withSteps(Step... steps)
Contains a list of steps, which represent subsections of a leg.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Leg.setSteps(Collection<Step> steps)
Contains a list of steps, which represent subsections of a leg.
|
Leg |
Leg.withSteps(Collection<Step> steps)
Contains a list of steps, which represent subsections of a leg.
|
Copyright © 2022. All rights reserved.