Uses of Interface
software.amazon.awssdk.services.georoutes.model.RouteMatchingOptions.Builder
-
Packages that use RouteMatchingOptions.Builder Package Description software.amazon.awssdk.services.georoutes.model -
-
Uses of RouteMatchingOptions.Builder in software.amazon.awssdk.services.georoutes.model
Methods in software.amazon.awssdk.services.georoutes.model that return RouteMatchingOptions.Builder Modifier and Type Method Description static RouteMatchingOptions.BuilderRouteMatchingOptions. builder()RouteMatchingOptions.BuilderRouteMatchingOptions.Builder. nameHint(String nameHint)Attempts to match the provided position to a road similar to the provided name.RouteMatchingOptions.BuilderRouteMatchingOptions.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.RouteMatchingOptions.BuilderRouteMatchingOptions.Builder. radius(Long radius)Considers all roads within the provided radius to match the provided destination to.RouteMatchingOptions.BuilderRouteMatchingOptions.Builder. strategy(String strategy)Strategy that defines matching of the position onto the road network.RouteMatchingOptions.BuilderRouteMatchingOptions.Builder. strategy(MatchingStrategy strategy)Strategy that defines matching of the position onto the road network.RouteMatchingOptions.BuilderRouteMatchingOptions. toBuilder()Methods in software.amazon.awssdk.services.georoutes.model that return types with arguments of type RouteMatchingOptions.Builder Modifier and Type Method Description static Class<? extends RouteMatchingOptions.Builder>RouteMatchingOptions. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.georoutes.model with type arguments of type RouteMatchingOptions.Builder Modifier and Type Method Description default RouteDestinationOptions.BuilderRouteDestinationOptions.Builder. matching(Consumer<RouteMatchingOptions.Builder> matching)Options to configure matching the provided position to the road network.default RouteOriginOptions.BuilderRouteOriginOptions.Builder. matching(Consumer<RouteMatchingOptions.Builder> matching)Options to configure matching the provided position to the road network.default RouteWaypoint.BuilderRouteWaypoint.Builder. matching(Consumer<RouteMatchingOptions.Builder> matching)Options to configure matching the provided position to the road network.
-