|
61 | 61 | * preferences in <code>CarModeOptions</code> if traveling by <code>Car</code>, |
62 | 62 | * or <code>TruckModeOptions</code> if traveling by <code>Truck</code>. |
63 | 63 | * </p> |
64 | | - * </li> |
| 64 | + * <note> |
| 65 | + * <p> |
| 66 | + * If you specify <code>walking</code> for the travel mode and your data |
| 67 | + * provider is Esri, the start and destination must be within 40km. |
| 68 | + * </p> |
| 69 | + * </note></li> |
65 | 70 | * </ul> |
66 | 71 | */ |
67 | 72 | public class CalculateRouteRequest extends AmazonWebServiceRequest implements Serializable { |
@@ -216,7 +221,9 @@ public class CalculateRouteRequest extends AmazonWebServiceRequest implements Se |
216 | 221 | /** |
217 | 222 | * <p> |
218 | 223 | * Specifies the mode of transport when calculating a route. Used in |
219 | | - * estimating the speed of travel and road compatibility. |
| 224 | + * estimating the speed of travel and road compatibility. You can choose |
| 225 | + * <code>Car</code>, <code>Truck</code>, or <code>Walking</code> as options |
| 226 | + * for the <code>TravelMode</code>. |
220 | 227 | * </p> |
221 | 228 | * <p> |
222 | 229 | * The <code>TravelMode</code> you specify also determines how you specify |
@@ -1462,7 +1469,9 @@ public CalculateRouteRequest withIncludeLegGeometry(Boolean includeLegGeometry) |
1462 | 1469 | /** |
1463 | 1470 | * <p> |
1464 | 1471 | * Specifies the mode of transport when calculating a route. Used in |
1465 | | - * estimating the speed of travel and road compatibility. |
| 1472 | + * estimating the speed of travel and road compatibility. You can choose |
| 1473 | + * <code>Car</code>, <code>Truck</code>, or <code>Walking</code> as options |
| 1474 | + * for the <code>TravelMode</code>. |
1466 | 1475 | * </p> |
1467 | 1476 | * <p> |
1468 | 1477 | * The <code>TravelMode</code> you specify also determines how you specify |
@@ -1491,7 +1500,9 @@ public CalculateRouteRequest withIncludeLegGeometry(Boolean includeLegGeometry) |
1491 | 1500 | * |
1492 | 1501 | * @return <p> |
1493 | 1502 | * Specifies the mode of transport when calculating a route. Used in |
1494 | | - * estimating the speed of travel and road compatibility. |
| 1503 | + * estimating the speed of travel and road compatibility. You can |
| 1504 | + * choose <code>Car</code>, <code>Truck</code>, or |
| 1505 | + * <code>Walking</code> as options for the <code>TravelMode</code>. |
1495 | 1506 | * </p> |
1496 | 1507 | * <p> |
1497 | 1508 | * The <code>TravelMode</code> you specify also determines how you |
@@ -1523,7 +1534,9 @@ public String getTravelMode() { |
1523 | 1534 | /** |
1524 | 1535 | * <p> |
1525 | 1536 | * Specifies the mode of transport when calculating a route. Used in |
1526 | | - * estimating the speed of travel and road compatibility. |
| 1537 | + * estimating the speed of travel and road compatibility. You can choose |
| 1538 | + * <code>Car</code>, <code>Truck</code>, or <code>Walking</code> as options |
| 1539 | + * for the <code>TravelMode</code>. |
1527 | 1540 | * </p> |
1528 | 1541 | * <p> |
1529 | 1542 | * The <code>TravelMode</code> you specify also determines how you specify |
@@ -1552,7 +1565,10 @@ public String getTravelMode() { |
1552 | 1565 | * |
1553 | 1566 | * @param travelMode <p> |
1554 | 1567 | * Specifies the mode of transport when calculating a route. Used |
1555 | | - * in estimating the speed of travel and road compatibility. |
| 1568 | + * in estimating the speed of travel and road compatibility. You |
| 1569 | + * can choose <code>Car</code>, <code>Truck</code>, or |
| 1570 | + * <code>Walking</code> as options for the |
| 1571 | + * <code>TravelMode</code>. |
1556 | 1572 | * </p> |
1557 | 1573 | * <p> |
1558 | 1574 | * The <code>TravelMode</code> you specify also determines how |
@@ -1584,7 +1600,9 @@ public void setTravelMode(String travelMode) { |
1584 | 1600 | /** |
1585 | 1601 | * <p> |
1586 | 1602 | * Specifies the mode of transport when calculating a route. Used in |
1587 | | - * estimating the speed of travel and road compatibility. |
| 1603 | + * estimating the speed of travel and road compatibility. You can choose |
| 1604 | + * <code>Car</code>, <code>Truck</code>, or <code>Walking</code> as options |
| 1605 | + * for the <code>TravelMode</code>. |
1588 | 1606 | * </p> |
1589 | 1607 | * <p> |
1590 | 1608 | * The <code>TravelMode</code> you specify also determines how you specify |
@@ -1616,7 +1634,10 @@ public void setTravelMode(String travelMode) { |
1616 | 1634 | * |
1617 | 1635 | * @param travelMode <p> |
1618 | 1636 | * Specifies the mode of transport when calculating a route. Used |
1619 | | - * in estimating the speed of travel and road compatibility. |
| 1637 | + * in estimating the speed of travel and road compatibility. You |
| 1638 | + * can choose <code>Car</code>, <code>Truck</code>, or |
| 1639 | + * <code>Walking</code> as options for the |
| 1640 | + * <code>TravelMode</code>. |
1620 | 1641 | * </p> |
1621 | 1642 | * <p> |
1622 | 1643 | * The <code>TravelMode</code> you specify also determines how |
@@ -1651,7 +1672,9 @@ public CalculateRouteRequest withTravelMode(String travelMode) { |
1651 | 1672 | /** |
1652 | 1673 | * <p> |
1653 | 1674 | * Specifies the mode of transport when calculating a route. Used in |
1654 | | - * estimating the speed of travel and road compatibility. |
| 1675 | + * estimating the speed of travel and road compatibility. You can choose |
| 1676 | + * <code>Car</code>, <code>Truck</code>, or <code>Walking</code> as options |
| 1677 | + * for the <code>TravelMode</code>. |
1655 | 1678 | * </p> |
1656 | 1679 | * <p> |
1657 | 1680 | * The <code>TravelMode</code> you specify also determines how you specify |
@@ -1680,7 +1703,10 @@ public CalculateRouteRequest withTravelMode(String travelMode) { |
1680 | 1703 | * |
1681 | 1704 | * @param travelMode <p> |
1682 | 1705 | * Specifies the mode of transport when calculating a route. Used |
1683 | | - * in estimating the speed of travel and road compatibility. |
| 1706 | + * in estimating the speed of travel and road compatibility. You |
| 1707 | + * can choose <code>Car</code>, <code>Truck</code>, or |
| 1708 | + * <code>Walking</code> as options for the |
| 1709 | + * <code>TravelMode</code>. |
1684 | 1710 | * </p> |
1685 | 1711 | * <p> |
1686 | 1712 | * The <code>TravelMode</code> you specify also determines how |
@@ -1712,7 +1738,9 @@ public void setTravelMode(TravelMode travelMode) { |
1712 | 1738 | /** |
1713 | 1739 | * <p> |
1714 | 1740 | * Specifies the mode of transport when calculating a route. Used in |
1715 | | - * estimating the speed of travel and road compatibility. |
| 1741 | + * estimating the speed of travel and road compatibility. You can choose |
| 1742 | + * <code>Car</code>, <code>Truck</code>, or <code>Walking</code> as options |
| 1743 | + * for the <code>TravelMode</code>. |
1716 | 1744 | * </p> |
1717 | 1745 | * <p> |
1718 | 1746 | * The <code>TravelMode</code> you specify also determines how you specify |
@@ -1744,7 +1772,10 @@ public void setTravelMode(TravelMode travelMode) { |
1744 | 1772 | * |
1745 | 1773 | * @param travelMode <p> |
1746 | 1774 | * Specifies the mode of transport when calculating a route. Used |
1747 | | - * in estimating the speed of travel and road compatibility. |
| 1775 | + * in estimating the speed of travel and road compatibility. You |
| 1776 | + * can choose <code>Car</code>, <code>Truck</code>, or |
| 1777 | + * <code>Walking</code> as options for the |
| 1778 | + * <code>TravelMode</code>. |
1748 | 1779 | * </p> |
1749 | 1780 | * <p> |
1750 | 1781 | * The <code>TravelMode</code> you specify also determines how |
|
0 commit comments