Leg¶
Fields¶
Field | Description | Type | Min/max | Notes |
---|---|---|---|---|
Route/Leg |
Details of the starting point, destination, and transport method. | object | 1..1 | - |
Leg /Departure |
Departure times. | object | 0..1 | - |
Leg /Junction |
Motorway/highway junction/exit to take. | object | 0..1 | - |
Leg /Line |
Public transport line details. | object | 0..1 | - |
Leg /Motorway |
Motorway/highway details. | object | 0..1 | - |
Leg /Start |
Starting point details. | object | 0..1 | - |
Leg /TransportType |
Transportation method. | object | 0..1 | - |
XML¶
<Leg>
<Departure ... />
<Junction ... />
<Line ... />
<Motorway ... />
<Start ... />
<TransportType ... />
</Leg>