Uses of Class
software.amazon.awssdk.services.georoutes.model.RouteMatchingOptions
-
Packages that use RouteMatchingOptions Package Description software.amazon.awssdk.services.georoutes.model -
-
Uses of RouteMatchingOptions in software.amazon.awssdk.services.georoutes.model
Methods in software.amazon.awssdk.services.georoutes.model that return RouteMatchingOptions Modifier and Type Method Description RouteMatchingOptionsRouteDestinationOptions. matching()Options to configure matching the provided position to the road network.RouteMatchingOptionsRouteOriginOptions. matching()Options to configure matching the provided position to the road network.RouteMatchingOptionsRouteWaypoint. matching()Options to configure matching the provided position to the road network.Methods in software.amazon.awssdk.services.georoutes.model with parameters of type RouteMatchingOptions Modifier and Type Method Description RouteDestinationOptions.BuilderRouteDestinationOptions.Builder. matching(RouteMatchingOptions matching)Options to configure matching the provided position to the road network.RouteOriginOptions.BuilderRouteOriginOptions.Builder. matching(RouteMatchingOptions matching)Options to configure matching the provided position to the road network.RouteWaypoint.BuilderRouteWaypoint.Builder. matching(RouteMatchingOptions matching)Options to configure matching the provided position to the road network.
-