Uses of Interface
software.amazon.awssdk.services.georoutes.model.PolylineCorridor.Builder
-
Packages that use PolylineCorridor.Builder Package Description software.amazon.awssdk.services.georoutes.model -
-
Uses of PolylineCorridor.Builder in software.amazon.awssdk.services.georoutes.model
Methods in software.amazon.awssdk.services.georoutes.model that return PolylineCorridor.Builder Modifier and Type Method Description static PolylineCorridor.BuilderPolylineCorridor. builder()PolylineCorridor.BuilderPolylineCorridor.Builder. polyline(String polyline)An ordered list of positions used to plot a route on a map in a lossy compression format.PolylineCorridor.BuilderPolylineCorridor.Builder. radius(Integer radius)Considers all roads within the provided radius to match the provided destination to.PolylineCorridor.BuilderPolylineCorridor. toBuilder()Methods in software.amazon.awssdk.services.georoutes.model that return types with arguments of type PolylineCorridor.Builder Modifier and Type Method Description static Class<? extends PolylineCorridor.Builder>PolylineCorridor. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.georoutes.model with type arguments of type PolylineCorridor.Builder Modifier and Type Method Description default IsolineAvoidanceAreaGeometry.BuilderIsolineAvoidanceAreaGeometry.Builder. polylineCorridor(Consumer<PolylineCorridor.Builder> polylineCorridor)Geometry defined as an encoded corridor – a polyline with a radius that defines the width of the corridor.default RouteAvoidanceAreaGeometry.BuilderRouteAvoidanceAreaGeometry.Builder. polylineCorridor(Consumer<PolylineCorridor.Builder> polylineCorridor)Geometry defined as an encoded corridor - an encoded polyline with a radius that defines the width of the corridor.
-