1 # The Nominatim API classes
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.
9 ::: nominatim.api.NominatimAPI
23 group_by_category: False
24 show_signature_annotations: True
29 ::: nominatim.api.NominatimAPIAsync
37 group_by_category: False
38 show_signature_annotations: True