public static interface LegGeometry.Builder extends SdkPojo, CopyableBuilder<LegGeometry.Builder,LegGeometry>
| Modifier and Type | Method and Description |
|---|---|
LegGeometry.Builder |
lineString(Collection<? extends Collection<Double>> lineString)
An ordered list of positions used to plot a route on a map.
|
LegGeometry.Builder |
lineString(Collection<Double>... lineString)
An ordered list of positions used to plot a route on a map.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildLegGeometry.Builder lineString(Collection<? extends Collection<Double>> lineString)
An ordered list of positions used to plot a route on a map.
The first position is closest to the start position for the leg, and the last position is the closest to the end position for the leg.
For example, [[-123.117, 49.284],[-123.115, 49.285],[-123.115, 49.285]]
lineString - An ordered list of positions used to plot a route on a map.
The first position is closest to the start position for the leg, and the last position is the closest to the end position for the leg.
For example, [[-123.117, 49.284],[-123.115, 49.285],[-123.115, 49.285]]
LegGeometry.Builder lineString(Collection<Double>... lineString)
An ordered list of positions used to plot a route on a map.
The first position is closest to the start position for the leg, and the last position is the closest to the end position for the leg.
For example, [[-123.117, 49.284],[-123.115, 49.285],[-123.115, 49.285]]
lineString - An ordered list of positions used to plot a route on a map.
The first position is closest to the start position for the leg, and the last position is the closest to the end position for the leg.
For example, [[-123.117, 49.284],[-123.115, 49.285],[-123.115, 49.285]]
Copyright © 2022. All rights reserved.