:tocdepth: 3 :py:mod:`gws.plugin.nominatim.model` ==================================== .. py:module:: gws.plugin.nominatim.model .. autoapi-nested-parse:: Nominatim model. **Source code:** :source:`gws.plugin.nominatim.model` Module Contents --------------- .. py:class:: Config Bases: :py:obj:`gws.base.model.Config` Nominatim model .. 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.model.default_model.Object` Nominatim model. .. py:attribute:: country :type: str .. py:attribute:: language :type: str .. py:attribute:: serviceUrl :value: 'https://nominatim.openstreetmap.org/search' .. py:method:: configure() .. py:method:: find_features(search, user, **kwargs) .. py:method:: props(user)