Package-level declarations

Types

Link copied to clipboard

With the Amazon Location Routes API you can calculate routes and estimate travel time based on up-to-date road network and live traffic information.

Properties

Link copied to clipboard
const val SdkVersion: String
Link copied to clipboard
Link copied to clipboard
const val ServiceId: String

Inherited functions

Link copied to clipboard

Use the CalculateIsolines action to find service areas that can be reached in a given threshold of time, distance.

Link copied to clipboard

Use CalculateRouteMatrix to compute results for all pairs of Origins to Destinations. Each row corresponds to one entry in Origins. Each entry in the row corresponds to the route from that entry in Origins to an entry in Destinations positions.

Link copied to clipboard

CalculateRoutes computes routes given the following required parameters: Origin and Destination.

Link copied to clipboard

OptimizeWaypoints calculates the optimal order to travel between a set of waypoints to minimize either the travel time or the distance travelled during the journey, based on road network restrictions and the traffic pattern data.

Link copied to clipboard
inline suspend fun GeoRoutesClient.snapToRoads(crossinline block: SnapToRoadsRequest.Builder.() -> Unit): SnapToRoadsResponse

SnapToRoads matches GPS trace to roads most likely traveled on.

Link copied to clipboard

Create a copy of the client with one or more configuration values overridden. This method allows the caller to perform scoped config overrides for one or more client operations.