We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In case the destination of a carpool offer corresponds to a stop, that stop might be cut off in the enhanced trip.
E.g. for the following trip, the last stop should be Hochschule Pforzheim. Currently, it's the stop before Pforzheim Seeheim.
Hochschule Pforzheim
Pforzheim Seeheim
{ "id": "1234", "agency": "mfdz", "deeplink": "http://mfdz.de", "stops": [ { "name": "ABC", "lat": 48.616602, "lon": 8.779339 }, { "name": "XYZ", "lat": 48.878851, "lon": 8.716199 } ], "departureTime": "12:34", "departureDate": "2022-03-30", "lastUpdated": "2022-03-30T12:34:00+00:00" }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In case the destination of a carpool offer corresponds to a stop, that stop might be cut off in the enhanced trip.
E.g. for the following trip, the last stop should be
Hochschule Pforzheim
. Currently, it's the stop beforePforzheim Seeheim
.The text was updated successfully, but these errors were encountered: