Skip to content

Commit

Permalink
UPdate Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Michał Dydo committed Sep 12, 2019
1 parent 418e256 commit c5f7ce6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,16 @@ 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 |
| width | int | meters | 0 | 50 |
| 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 `[]`).
Expand Down

0 comments on commit c5f7ce6

Please sign in to comment.