motis-openapi-sdk 5.0.0

Automatically generated code for the Motis OpenAPI description.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Transfer

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**to** | [**models::Place**]Place.md |  | 
**default** | Option<**f64**> | optional; missing if the GTFS did not contain a transfer transfer duration in minutes according to GTFS (+heuristics)  | [optional]
**foot** | Option<**f64**> | optional; missing if no path was found (timetable / osr) transfer duration in minutes for the foot profile  | [optional]
**foot_routed** | Option<**f64**> | optional; missing if no path was found with foot routing transfer duration in minutes for the foot profile  | [optional]
**wheelchair** | Option<**f64**> | optional; missing if no path was found with the wheelchair profile  transfer duration in minutes for the wheelchair profile  | [optional]
**wheelchair_routed** | Option<**f64**> | optional; missing if no path was found with the wheelchair profile transfer duration in minutes for the wheelchair profile  | [optional]
**wheelchair_uses_elevator** | Option<**bool**> | optional; missing if no path was found with the wheelchair profile true if the wheelchair path uses an elevator  | [optional]
**car** | Option<**f64**> | optional; missing if no path was found with car routing transfer duration in minutes for the car profile  | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)