@aws-sdk/client-geo-routes 3.872.0 → 3.876.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -23
- package/dist-cjs/models/models_0.js +1045 -2
- package/dist-es/models/models_0.js +930 -0
- package/dist-types/GeoRoutes.d.ts +1 -23
- package/dist-types/GeoRoutesClient.d.ts +1 -23
- package/dist-types/commands/CalculateIsolinesCommand.d.ts +2 -4
- package/dist-types/commands/CalculateRouteMatrixCommand.d.ts +2 -6
- package/dist-types/commands/CalculateRoutesCommand.d.ts +2 -5
- package/dist-types/commands/OptimizeWaypointsCommand.d.ts +2 -6
- package/dist-types/commands/SnapToRoadsCommand.d.ts +2 -4
- package/dist-types/index.d.ts +1 -23
- package/dist-types/models/models_0.d.ts +805 -1750
- package/dist-types/ts3.4/models/models_0.d.ts +323 -0
- package/package.json +11 -11
package/README.md
CHANGED
|
@@ -6,29 +6,7 @@
|
|
|
6
6
|
|
|
7
7
|
AWS SDK for JavaScript GeoRoutes Client for Node.js, Browser and React Native.
|
|
8
8
|
|
|
9
|
-
<p>With the Amazon Location Routes API you can calculate routes and estimate travel time
|
|
10
|
-
based on up-to-date road network and live traffic information.</p>
|
|
11
|
-
<p>Calculate optimal travel routes and estimate travel times using up-to-date road network
|
|
12
|
-
and traffic data. Key features include:</p>
|
|
13
|
-
<ul>
|
|
14
|
-
<li>
|
|
15
|
-
<p>Point-to-point routing with estimated travel time, distance, and turn-by-turn
|
|
16
|
-
directions</p>
|
|
17
|
-
</li>
|
|
18
|
-
<li>
|
|
19
|
-
<p>Multi-point route optimization to minimize travel time or distance</p>
|
|
20
|
-
</li>
|
|
21
|
-
<li>
|
|
22
|
-
<p>Route matrices for efficient multi-destination planning</p>
|
|
23
|
-
</li>
|
|
24
|
-
<li>
|
|
25
|
-
<p>Isoline calculations to determine reachable areas within specified time or
|
|
26
|
-
distance thresholds</p>
|
|
27
|
-
</li>
|
|
28
|
-
<li>
|
|
29
|
-
<p>Map-matching to align GPS traces with the road network</p>
|
|
30
|
-
</li>
|
|
31
|
-
</ul>
|
|
9
|
+
<p>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.</p> <p>Calculate optimal travel routes and estimate travel times using up-to-date road network and traffic data. Key features include:</p> <ul> <li> <p>Point-to-point routing with estimated travel time, distance, and turn-by-turn directions</p> </li> <li> <p>Multi-point route optimization to minimize travel time or distance</p> </li> <li> <p>Route matrices for efficient multi-destination planning</p> </li> <li> <p>Isoline calculations to determine reachable areas within specified time or distance thresholds</p> </li> <li> <p>Map-matching to align GPS traces with the road network</p> </li> </ul>
|
|
32
10
|
|
|
33
11
|
## Installing
|
|
34
12
|
|