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
 
  28 ::: nominatim_api.NominatimAPIAsync
 
  36         group_by_category: False