diff --git a/README.md b/README.md index 97433a2..88e0015 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,8 @@ Since the 1.1.0 version, you can calculate the route witch attributes of the rou ## TruckRestriction `truckRestriction` Since the 1.2.0 version, you can calculate the route witch attributes of the truck. To achieve this set `routeRestriction.vehicleType: 'truck'` and fill options under `truckRestriction` object using properties from below. +Since the 1.3.0 version, you can calculate the route with new attribute `shippedHazardousGoods`. + | Property | Type | HumanType | Min | Max | | ------ | ---- | --------- | --- | --- | | height | int | meters | 0 | 50 | @@ -54,7 +56,7 @@ Since the 1.2.0 version, you can calculate the route witch attributes of the tru | length | int | meters | 0 | 300 | | limitedWeight | int | tons | 0 | 1000| | weightPerAxle | int | tons | 0 | 1000| - | shippedHazardousGoods| [Available options](https://developer.here.com/documentation/routing/topics/resource-type-enumerations.html#resource-type-enumerations__enum-hazardous-good-type-type) | ---- | --- | ---| + | shippedHazardousGoods| array [Available options](https://developer.here.com/documentation/routing/topics/resource-type-enumerations.html#resource-type-enumerations__enum-hazardous-good-type-type) | ---- | --- | ---| ### WARNING Property will not be added if its value is empty (`''` or `null` or `[]`).