Uses of Class
software.amazon.awssdk.services.georoutes.model.IsolineMatchingOptions
-
Packages that use IsolineMatchingOptions Package Description software.amazon.awssdk.services.georoutes.model -
-
Uses of IsolineMatchingOptions in software.amazon.awssdk.services.georoutes.model
Methods in software.amazon.awssdk.services.georoutes.model that return IsolineMatchingOptions Modifier and Type Method Description IsolineMatchingOptionsIsolineDestinationOptions. matching()Options to configure matching the provided position to the road network.IsolineMatchingOptionsIsolineOriginOptions. matching()Options to configure matching the provided position to the road network.Methods in software.amazon.awssdk.services.georoutes.model with parameters of type IsolineMatchingOptions Modifier and Type Method Description IsolineDestinationOptions.BuilderIsolineDestinationOptions.Builder. matching(IsolineMatchingOptions matching)Options to configure matching the provided position to the road network.IsolineOriginOptions.BuilderIsolineOriginOptions.Builder. matching(IsolineMatchingOptions matching)Options to configure matching the provided position to the road network.
-