From 8482862f769fb6ed030223d8b7837190bb9229ab Mon Sep 17 00:00:00 2001 From: Jannis R Date: Tue, 7 Nov 2023 18:56:23 +0100 Subject: [PATCH] =?UTF-8?q?/journeys=20docs:=20fix=20POI=20example=20?= =?UTF-8?q?=F0=9F=93=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fixes https://github.com/public-transport/hafas-client/issues/299 --- build/api-docs.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/api-docs.js b/build/api-docs.js index 14f7cf9..0012b22 100644 --- a/build/api-docs.js +++ b/build/api-docs.js @@ -61,7 +61,7 @@ Uses [\`hafasClient.journeys()\`](https://github.com/public-transport/hafas-clie \`from\` (A), \`to\` (B), and the optional \`via\` must each have one of these formats: - as stop/station ID (e.g. \`from=8010159\` for *Halle (Saale) Hbf*) -- as a POI (e.g. \`from.id=991561765&from.latitude=51.48364&from.longitude=11.98084\` for *Halle+(Saale),+Stadtpark+Halle+(Grünanlagen)*) +- as a POI (e.g. \`from.id=991561765&from.latitude=51.48364&from.longitude=11.98084&from.name=Halle+(Saale),+Stadtpark+Halle+(Grünanlagen)\` for *Halle+(Saale),+Stadtpark+Halle+(Grünanlagen)*) - as an address (e.g. \`from.latitude=51.25639&from.longitude=7.46685&from.address=Hansestadt+Breckerfeld,+Hansering+3\` for *Hansestadt Breckerfeld, Hansering 3*) ### Pagination