Uses of Class
software.amazon.awssdk.services.georoutes.model.IsolineSideOfStreetOptions
-
Packages that use IsolineSideOfStreetOptions Package Description software.amazon.awssdk.services.georoutes.model -
-
Uses of IsolineSideOfStreetOptions in software.amazon.awssdk.services.georoutes.model
Methods in software.amazon.awssdk.services.georoutes.model that return IsolineSideOfStreetOptions Modifier and Type Method Description IsolineSideOfStreetOptionsIsolineDestinationOptions. sideOfStreet()Options to configure matching the provided position to a side of the street.IsolineSideOfStreetOptionsIsolineOriginOptions. sideOfStreet()Options to configure matching the provided position to a side of the street.Methods in software.amazon.awssdk.services.georoutes.model with parameters of type IsolineSideOfStreetOptions Modifier and Type Method Description IsolineDestinationOptions.BuilderIsolineDestinationOptions.Builder. sideOfStreet(IsolineSideOfStreetOptions sideOfStreet)Options to configure matching the provided position to a side of the street.IsolineOriginOptions.BuilderIsolineOriginOptions.Builder. sideOfStreet(IsolineSideOfStreetOptions sideOfStreet)Options to configure matching the provided position to a side of the street.
-