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