This commit is contained in:
Christopher French 2018-09-11 09:34:45 -07:00
Родитель 05914c6687
Коммит de64577fb1
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -149,7 +149,7 @@ This request requries two parameters when calling its constructor: a `DateTime`
### Properties
| Name | Type | Description |
|------------|-------------|
|------------|-------------|---|
| Origins | List\<[SimpleWaypoint](#SimpleWaypoint)\> |**Required**. List of origins. |
| Destinations | List\<[SimpleWaypoint](#SimpleWaypoint)\> | **Required**. List of destinations. |
| TravelMode | [TravelModeType](#TravelModeType) | **Required**. Specifies the mode of transportation to use when calculating the distance matrix. |