:tocdepth: 3 :py:mod:`gws.plugin.nominatim.finder` ===================================== .. py:module:: gws.plugin.nominatim.finder .. autoapi-nested-parse:: Nominatim finder. http://wiki.openstreetmap.org/wiki/Nominatim https://nominatim.org/release-docs/develop/api/Search/ **Source code:** :source:`gws.plugin.nominatim.finder` Module Contents --------------- .. py:class:: Config Bases: :py:obj:`gws.base.search.finder.Config` Nominatim search .. py:attribute:: country :type: Optional[str] Country to limit the search. .. py:attribute:: language :type: Optional[str] Language to return the results in. .. py:class:: Object Bases: :py:obj:`gws.base.search.finder.Object` .. py:attribute:: supportsKeywordSearch :value: True .. py:method:: configure() .. py:method:: configure_models() .. py:method:: configure_templates() .. py:method:: create_model(cfg)