]> git.openstreetmap.org Git - nominatim.git/blob - docs/library/NominatimAPI.md
Merge pull request #3373 from lonvia/restrict-man-made
[nominatim.git] / docs / library / NominatimAPI.md
1 # The Nominatim API classes
2
3 The API classes are the core object of the search library. Always instantiate
4 one of these classes first. The API classes are **not threadsafe**. You need
5 to instantiate a separate instance for each thread.
6
7 ### NominatimAPI
8
9 ::: nominatim.api.NominatimAPI
10     options:
11         members:
12             - __init__
13             - config
14             - close
15             - status
16             - details
17             - lookup
18             - reverse
19             - search
20             - search_address
21             - search_category
22         heading_level: 6
23         group_by_category: False
24
25
26 ### NominatimAPIAsync
27
28 ::: nominatim.api.NominatimAPIAsync
29     options:
30         members:
31             - __init__
32             - setup_database
33             - close
34             - begin
35         heading_level: 6
36         group_by_category: False