Uses of Interface
software.amazon.awssdk.services.georoutes.model.IsolineMatchingOptions.Builder
-
Packages that use IsolineMatchingOptions.Builder Package Description software.amazon.awssdk.services.georoutes.model -
-
Uses of IsolineMatchingOptions.Builder in software.amazon.awssdk.services.georoutes.model
Methods in software.amazon.awssdk.services.georoutes.model that return IsolineMatchingOptions.Builder Modifier and Type Method Description static IsolineMatchingOptions.BuilderIsolineMatchingOptions. builder()IsolineMatchingOptions.BuilderIsolineMatchingOptions.Builder. nameHint(String nameHint)Attempts to match the provided position to a road similar to the provided name.IsolineMatchingOptions.BuilderIsolineMatchingOptions.Builder. onRoadThreshold(Long onRoadThreshold)If the distance to a highway/bridge/tunnel/sliproad is within threshold, the waypoint will be snapped to the highway/bridge/tunnel/sliproad.IsolineMatchingOptions.BuilderIsolineMatchingOptions.Builder. radius(Long radius)Considers all roads within the provided radius to match the provided destination to.IsolineMatchingOptions.BuilderIsolineMatchingOptions.Builder. strategy(String strategy)Strategy that defines matching of the position onto the road network.IsolineMatchingOptions.BuilderIsolineMatchingOptions.Builder. strategy(MatchingStrategy strategy)Strategy that defines matching of the position onto the road network.IsolineMatchingOptions.BuilderIsolineMatchingOptions. toBuilder()Methods in software.amazon.awssdk.services.georoutes.model that return types with arguments of type IsolineMatchingOptions.Builder Modifier and Type Method Description static Class<? extends IsolineMatchingOptions.Builder>IsolineMatchingOptions. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.georoutes.model with type arguments of type IsolineMatchingOptions.Builder Modifier and Type Method Description default IsolineDestinationOptions.BuilderIsolineDestinationOptions.Builder. matching(Consumer<IsolineMatchingOptions.Builder> matching)Options to configure matching the provided position to the road network.default IsolineOriginOptions.BuilderIsolineOriginOptions.Builder. matching(Consumer<IsolineMatchingOptions.Builder> matching)Options to configure matching the provided position to the road network.
-