class documentation
class Config(gws.base.search.finder.Config): (source)
Constructor: Config(*args, **kwargs)
Nominatim search
Class Variable | country |
country to limit the search |
Class Variable | language |
language to return the results in |
Inherited from Config
:
Class Variable | models |
data models for features |
Class Variable | templates |
feature formatting templates |
Class Variable | title |
provider title |
Class Variable | with |
enable filter search |
Class Variable | with |
enable geometry search |
Class Variable | with |
enable keyword search |
Inherited from ConfigWithAccess
(via Config
):
Class Variable | access |
permission to use the object |
Class Variable | permissions |
additional permissions |
Inherited from Config
(via Config
, ConfigWithAccess
):
Class Variable | uid |
unique ID |
Inherited from Data
(via Config
, ConfigWithAccess
, Config
):
Method | __init__ |
Undocumented |
Method | __repr__ |
Undocumented |
Method | get |
Undocumented |
Method | set |
Undocumented |
Method | update |
Undocumented |