Interface GeoRoutesClient

All Superinterfaces:
AutoCloseable, AwsClient, SdkAutoCloseable, SdkClient

@Generated("software.amazon.awssdk:codegen") @SdkPublicApi @ThreadSafe public interface GeoRoutesClient extends AwsClient
Service client for accessing Amazon Location Service Routes V2. This can be created using the static builder() method.

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

  • Point-to-point routing with estimated travel time, distance, and turn-by-turn directions. See CalculateRoutes.

  • Multi-point route optimization to minimize travel time or distance. See OptimizeWaypoints.

  • Route matrices for efficient multi-destination planning. See CalculateRouteMatrix.

  • Isoline calculations to determine reachable areas within specified time or distance thresholds. See CalculateIsolines.

  • Map-matching to align GPS traces with the road network. See SnapToRoads.