Builder
Properties
Features that are allowed while calculating a route.
Features that are avoided while calculating a route. Avoidance is on a best-case basis. If an avoidance can't be satisfied for a particular case, it violates the avoidance and the returned response produces a notice for the violation.
Time of departure from thr origin.
List of destinations for the route.
Features to be strictly excluded while calculating the route.
Specifies the optimization criteria for calculating a route.
The position in longitude and latitude for the origin.
Boundary within which the matrix is to be calculated. All data, origins and destinations outside the boundary are considered invalid.
Traffic related options.
Specifies the mode of transport when calculating a route. Used in estimating the speed of travel and road compatibility.
Travel mode related options for the provided travel mode.
Functions
construct an aws.sdk.kotlin.services.georoutes.model.RouteMatrixAllowOptions inside the given block
construct an aws.sdk.kotlin.services.georoutes.model.RouteMatrixAvoidanceOptions inside the given block
construct an aws.sdk.kotlin.services.georoutes.model.RouteMatrixExclusionOptions inside the given block
construct an aws.sdk.kotlin.services.georoutes.model.RouteMatrixBoundary inside the given block
construct an aws.sdk.kotlin.services.georoutes.model.RouteMatrixTrafficOptions inside the given block
construct an aws.sdk.kotlin.services.georoutes.model.RouteMatrixTravelModeOptions inside the given block