From 5a2bfd7a1980a80c3cfe3409480adeb461ad2276 Mon Sep 17 00:00:00 2001 From: Sarah Hoffmann Date: Wed, 10 Sep 2025 21:38:09 +0200 Subject: [PATCH] add documentation for library API --- src/nominatim_api/core.py | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/nominatim_api/core.py b/src/nominatim_api/core.py index 376b5016..0f2bcbd2 100644 --- a/src/nominatim_api/core.py +++ b/src/nominatim_api/core.py @@ -458,6 +458,8 @@ class NominatimAPI: Only POI places can have parents. (Default: False) keywords (bool): Add detailed information about the search terms used for this place. + query_stats (QueryStatistics): When given collects statistics + about the query execution. Returns: source_table (enum): Data source of the place. See below for possible values. @@ -540,6 +542,8 @@ class NominatimAPI: Only POI places can have parents. (Default: False) keywords (bool): Add detailed information about the search terms used for this place. + query_stats (QueryStatistics): When given collects statistics + about the query execution. Returns: source_table (enum): Data source of the place. See below for possible values. @@ -620,6 +624,8 @@ class NominatimAPI: Only POI places can have parents. (Default: False) keywords (bool): Add detailed information about the search terms used for this place. + query_stats (QueryStatistics): When given collects statistics + about the query execution. Returns: source_table (enum): Data source of the place. See below for possible values. @@ -719,6 +725,8 @@ class NominatimAPI: Only POI places can have parents. (Default: False) keywords (bool): Add detailed information about the search terms used for this place. + query_stats (QueryStatistics): When given collects statistics + about the query execution. Returns: source_table (enum): Data source of the place. See below for possible values. @@ -835,6 +843,8 @@ class NominatimAPI: Only POI places can have parents. (Default: False) keywords (bool): Add detailed information about the search terms used for this place. + query_stats (QueryStatistics): When given collects statistics + about the query execution. Returns: source_table (enum): Data source of the place. See below for possible values. @@ -942,6 +952,8 @@ class NominatimAPI: Only POI places can have parents. (Default: False) keywords (bool): Add detailed information about the search terms used for this place. + query_stats (QueryStatistics): When given collects statistics + about the query execution. Returns: source_table (enum): Data source of the place. See below for possible values.