You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -77,13 +77,13 @@ For a complete list of all parameters, see the OpenAPI specification on the bott
77
77
| name_origin | Yes | The location id or coordinates to depart from. `type_origin` should match the type of input used. Syntax for coordinates: "<x>:<y>:WGS84\[dd.ddddd]" E.g. "18.013809:59.335104:WGS84\[dd.ddddd]". Note: Type must be stated in parameter "type_sf". |
78
78
| type_destination | Yes | The type of input which is used for the destination. `coord` for coordinates, or `any` for street and stop names. |
79
79
| name_destination | Yes | The location id, or coordinates. `type_destination` should match the type of input used. Syntax for coordinates: "<x>:<y>:WGS84\[dd.ddddd]" E.g. "18.013809:59.335104:WGS84\[dd.ddddd]". Note: Type must be stated in parameter "type_sf". |
80
+
| calc_number_of_trips | Yes, 1-3 | The number of public transport trips to return. 1-3. Walk and bike routes are not affected. In some cases, the journey planner will calculate additional connections, resulting in a higher number of results than stated in this parameter. In some cases the number of connections will be lower than the stated number of results. |
80
81
| type_via | No, default no via | The type of input which is used for defining a via stop. `coord` for coordinates, or `any` for street and stop names. |
81
82
| name_via | No, default no via | The location id, or coordinates, to use as an additional stop between the origin and destination. `type_via` should match the type of input used. Syntax for coordinates: "<x>:<y>:WGS84\[dd.ddddd]" E.g. "18.013809:59.335104:WGS84\[dd.ddddd]". Note: Type must be stated in parameter "type_sf". |
82
83
| dwell_time | No, default no via | The time to wait at the via stop, in `hh:mm` format. |
83
84
| type_not_via | No, default no stop to avoid | The type of input which is used for defining a stop to avoid. `coord` for coordinates, or `any` for street and stop names. |
84
85
| name_not_via | No, default no stop to avoid | The location id, or coordinates, to avoid. `type_not_via` should match the type of input used. Syntax for coordinates: "<x>:<y>:WGS84\[dd.ddddd]" E.g. "18.013809:59.335104:WGS84\[dd.ddddd]". Note: Type must be stated in parameter "type_sf". |
85
86
| language | No, default `sv`| The language to use in the response. `sv` or `en`. |
86
-
| calc_number_of_trips | No, default 3 | The number of public transport trips to return. 0-3. Walk and bike routes are not affected. In some cases, the journey planner will calculate additional connections, resulting in a higher number of results than stated in this parameter. In some cases the number of connections will be lower than the stated number of results. |
87
87
| max_changes | No, default 9 | The number of changes allowed in results, 0-9. |
88
88
| calc_one_direction | No, default false | Prevents the journey planner from calculating one result before the requested departure time |
89
89
| incl_mot_0 | No, default true | Whether or not to include commuter trains in trip calculation |
0 commit comments