Uses of Interface
software.amazon.awssdk.services.location.model.LegGeometry.Builder
-
Packages that use LegGeometry.Builder Package Description software.amazon.awssdk.services.location.model -
-
Uses of LegGeometry.Builder in software.amazon.awssdk.services.location.model
Methods in software.amazon.awssdk.services.location.model that return LegGeometry.Builder Modifier and Type Method Description static LegGeometry.BuilderLegGeometry. builder()LegGeometry.BuilderLegGeometry.Builder. lineString(Collection<? extends Collection<Double>> lineString)An ordered list of positions used to plot a route on a map.LegGeometry.BuilderLegGeometry.Builder. lineString(Collection<Double>... lineString)An ordered list of positions used to plot a route on a map.LegGeometry.BuilderLegGeometry. toBuilder()Methods in software.amazon.awssdk.services.location.model that return types with arguments of type LegGeometry.Builder Modifier and Type Method Description static Class<? extends LegGeometry.Builder>LegGeometry. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.location.model with type arguments of type LegGeometry.Builder Modifier and Type Method Description default Leg.BuilderLeg.Builder. geometry(Consumer<LegGeometry.Builder> geometry)Contains the calculated route's path as a linestring geometry.
-