Skip to content

Commit

Permalink
v 1.5.0 - new features
Browse files Browse the repository at this point in the history
  • Loading branch information
Daredzik committed Jun 30, 2020
1 parent 96ef07e commit 230a25e
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 468 deletions.
6 changes: 5 additions & 1 deletion README.md
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,18 @@ Since the 1.2.0 version, you can calculate the route witch attributes of the tru

Since the 1.3.1 version, you can calculate the route with new attribute `shippedHazardousGoods`.

Since the 1.5.0 version, you can calculate the route with new attributes `enigneType` and `trailersCount`.

| 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| array [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) | | | |
| engineType | string [Available options](https://developer.here.com/documentation/routing/dev_guide/topics/resource-param-type-vehicle-type.html#type-engine-type) | | | |
| trailersCount | int | count | 0 | 4 |

### WARNING
Property will not be added if its value is empty (`''` or `null` or `[]`).
Expand Down
Loading

0 comments on commit 230a25e

Please sign in to comment.