| Package | Description |
|---|---|
| com.amazonaws.services.location.model |
| Modifier and Type | Method and Description |
|---|---|
LegGeometry |
LegGeometry.clone() |
LegGeometry |
Leg.getGeometry()
Contains the calculated route's path as a linestring geometry.
|
LegGeometry |
LegGeometry.withLineString(Collection<List<Double>> lineString)
An ordered list of positions used to plot a route on a map.
|
LegGeometry |
LegGeometry.withLineString(List<Double>... lineString)
An ordered list of positions used to plot a route on a map.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Leg.setGeometry(LegGeometry geometry)
Contains the calculated route's path as a linestring geometry.
|
Leg |
Leg.withGeometry(LegGeometry geometry)
Contains the calculated route's path as a linestring geometry.
|
Copyright © 2022. All rights reserved.