Builder
Properties
Features that are allowed while calculating a route.
Time of arrival at the destination.
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.
The final position for the route. In the World Geodetic System (WGS 84) format: [longitude, latitude]
.
Destination related options.
Driver related options.
Features to be strictly excluded while calculating the route.
Measurement system to be used for instructions within steps in the response.
A list of optional additional parameters such as timezone that can be requested for each result.
Specifies the format of the geometry returned for each leg of the route. You can choose between two different geometry encoding formats.
Maximum number of alternative routes to be provided in the response, if available.
Specifies the optimization criteria for calculating a route.
Origin related options.
A list of optional features such as SpeedLimit that can be requested for a Span. A span is a section of a Leg for which the requested features have the same values.
Toll related options.
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.
Type of step returned by the response. Default provides basic steps intended for web based applications. TurnByTurn provides detailed instructions with more granularity intended for a turn based navigation system.
List of waypoints between the Origin and Destination.
Functions
construct an aws.sdk.kotlin.services.georoutes.model.RouteAllowOptions inside the given block
construct an aws.sdk.kotlin.services.georoutes.model.RouteAvoidanceOptions inside the given block
construct an aws.sdk.kotlin.services.georoutes.model.RouteDestinationOptions inside the given block
construct an aws.sdk.kotlin.services.georoutes.model.RouteDriverOptions inside the given block
construct an aws.sdk.kotlin.services.georoutes.model.RouteExclusionOptions inside the given block
construct an aws.sdk.kotlin.services.georoutes.model.RouteOriginOptions inside the given block
construct an aws.sdk.kotlin.services.georoutes.model.RouteTollOptions inside the given block
construct an aws.sdk.kotlin.services.georoutes.model.RouteTrafficOptions inside the given block
construct an aws.sdk.kotlin.services.georoutes.model.RouteTravelModeOptions inside the given block